init defold game
This commit is contained in:
parent
925d375313
commit
26e88c8f03
20 changed files with 381 additions and 9 deletions
6
defold_game/main/player.sprite
Normal file
6
defold_game/main/player.sprite
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
default_animation: "n"
|
||||
material: "/builtins/materials/sprite.material"
|
||||
textures {
|
||||
sampler: "texture_sampler"
|
||||
texture: "/main/player.tilesource"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue