Skip to content

Commit

Permalink
chore: upgrade file formats (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan authored Aug 12, 2024
1 parent c6ca87a commit dddd08c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8,237 deletions.
152 changes: 5 additions & 147 deletions app/main/main.collection
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ instances {
position {
x: 147.0
y: 552.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
instances {
Expand All @@ -25,18 +13,6 @@ instances {
position {
x: 239.0
y: 88.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
instances {
Expand All @@ -45,18 +21,6 @@ instances {
position {
x: 502.0
y: 658.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
instances {
Expand All @@ -65,18 +29,6 @@ instances {
position {
x: 577.0
y: 286.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
scale_along_z: 0
Expand All @@ -86,140 +38,46 @@ embedded_instances {
" id: \"map\"\n"
" component: \"/main/map.tilemap\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: -1.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
""
position {
x: 0.0
y: 0.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
embedded_instances {
id: "player"
data: "components {\n"
" id: \"player\"\n"
" component: \"/scripts/player.script\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
"embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"tile_set: \\\"/main/sprites.atlas\\\"\\n"
"default_animation: \\\"player-down\\\"\\n"
" data: \"default_animation: \\\"player-down\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"blend_mode: BLEND_MODE_ALPHA\\n"
"textures {\\n"
" sampler: \\\"texture_sampler\\\"\\n"
" texture: \\\"/main/sprites.atlas\\\"\\n"
"}\\n"
"\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
"embedded_components {\n"
" id: \"rocketfactory\"\n"
" type: \"factory\"\n"
" data: \"prototype: \\\"/main/rocket.go\\\"\\n"
"load_dynamically: false\\n"
"\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
""
position {
x: 389.0
y: 363.0
z: 1.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
embedded_instances {
id: "gui"
data: "components {\n"
" id: \"ui\"\n"
" component: \"/main/ui.gui\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
""
position {
x: 0.0
y: 0.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
Loading

0 comments on commit dddd08c

Please sign in to comment.