]> Untitled Git - mushroom-game.git/commit
Added test world, player, and mushroom
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Sun, 27 Oct 2024 12:47:47 +0000 (14:47 +0200)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Sun, 27 Oct 2024 14:58:20 +0000 (16:58 +0200)
commit5a21298c3ff31c639d9bb73c45e138441359e889
treef9b0196544cc54514276bc927ea9d00310e685d8
parent15f118d716811a891c3ec59b00c07541dc238e5f
Added test world, player, and mushroom
14 files changed:
.gitignore
mushroom/model/golden-chanterelle.blend [new file with mode: 0644]
mushroom/model/golden-chanterelle.glb [new file with mode: 0644]
mushroom/model/golden-chanterelle.glb.import [new file with mode: 0644]
mushroom/mushroom.gd [new file with mode: 0644]
mushroom/mushroom.tscn [new file with mode: 0644]
player/model/player.blend [new file with mode: 0644]
player/model/player.glb [new file with mode: 0644]
player/model/player.glb.import [new file with mode: 0644]
player/player.gd [new file with mode: 0644]
player/player.tscn [new file with mode: 0644]
project.godot
world.gd [new file with mode: 0644]
world.tscn [new file with mode: 0644]