Skip to content

Commit 31500dd

Browse files
authored
122 spawn with script properties (#124)
* Added example for factory with script properties. * Added thumbnail. * Changed example to emphasize power of properties more. * Fixed typos
1 parent 77cae1d commit 31500dd

23 files changed

+751
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
path_settings {
2+
path: "**"
3+
profile: "Default"
4+
}
5+
profiles {
6+
name: "Default"
7+
platforms {
8+
os: OS_ID_GENERIC
9+
formats {
10+
format: TEXTURE_FORMAT_RGBA
11+
compression_level: BEST
12+
compression_type: COMPRESSION_TYPE_DEFAULT
13+
}
14+
mipmaps: false
15+
max_texture_size: 0
16+
premultiply_alpha: true
17+
}
18+
}
146 KB
Binary file not shown.
1.85 KB
Loading
2.51 KB
Loading
699 Bytes
Loading
281 Bytes
Loading
372 Bytes
Loading
2.36 KB
Loading
297 Bytes
Loading
2.3 KB
Loading

0 commit comments

Comments
 (0)