We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cdb0c commit df704aaCopy full SHA for df704aa
1 file changed
assets/default.assets.ron
@@ -0,0 +1,22 @@
1
+({
2
+ // "single_file": File (
3
+ // path: "audio/background.ogg",
4
+ // ),
5
+
6
+ // "texture_atlas": TextureAtlas (
7
+ // path: "images/female_adventurer_sheet.png",
8
+ // tile_size_x: 96.,
9
+ // tile_size_y: 99.,
10
+ // columns: 8,
11
+ // rows: 1
12
13
14
+ "loading_icon": File (
15
+ path: "planets/parts/light0.png"
16
+ ),
17
18
+ "dummy": File (
19
+ path: "planets/planets/planet09.png"
20
+ )
21
+})
22
0 commit comments