Skip to content

Commit 83831d2

Browse files
committed
Add save files
Add sounds
1 parent d37abf1 commit 83831d2

13 files changed

Lines changed: 2167 additions & 16 deletions

File tree

out/Debug/Save/Main.fish

Lines changed: 515 additions & 0 deletions
Large diffs are not rendered by default.

out/Debug/Save/MainFile.fish

Lines changed: 577 additions & 0 deletions
Large diffs are not rendered by default.

out/Debug/Save/Main_Scene.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Manager:
2+
- name: "SpriteManager"
3+
component:
4+
- entity_name: "Player"
5+
invertX: false
6+
invertY: false
7+
rect: [0, 0, 100, 100]
8+
color: [1, 1, 1, 1]
9+
material:
10+
texture: "Player"
11+
shader: {vertex: "path", fragment: "path"}
12+
vertex_array:
13+
- {position: {0, 0, 0}, color: {1, 1, 1, 1}, texCoord: {0, 0}}
14+
- {position: {0, 0, 0}, color: {1, 1, 1, 1}, texCoord: {0, 0}}
15+
- {position: {0, 0, 0}, color: {1, 1, 1, 1}, texCoord: {0, 0}}
16+
- {position: {0, 0, 0}, color: {1, 1, 1, 1}, texCoord: {0, 0}}

0 commit comments

Comments
 (0)