]> Untitled Git - catris.git/commit
Basic tetris behavior with 1 cell piece
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Sat, 22 Mar 2025 13:55:35 +0000 (15:55 +0200)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Mon, 24 Mar 2025 11:14:48 +0000 (13:14 +0200)
commit2f553c6c1c71810a4ff47a966c2bf39893233373
tree3f8c6b945150535ae0b52ed9e3a6d35157bade92
parent7af774e6bd90489c7a33945f36e1df4b7772b227
Basic tetris behavior with 1 cell piece
14 files changed:
asset/cell.png [new file with mode: 0644]
asset/cell.png.import [new file with mode: 0644]
asset/grid.png [new file with mode: 0644]
asset/grid.png.import [new file with mode: 0644]
piece/cell.tscn [new file with mode: 0644]
project.godot
scene/board.tscn [new file with mode: 0644]
scene/main.tscn [new file with mode: 0644]
script/board.gd [new file with mode: 0644]
script/board.gd.uid [new file with mode: 0644]
script/cell.gd [new file with mode: 0644]
script/cell.gd.uid [new file with mode: 0644]
script/main.gd [new file with mode: 0644]
script/main.gd.uid [new file with mode: 0644]