Now
About
Social
Code
index
:
spacegame
main
Untitled space game made in Godot 4
Lucas Fryzek
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
tile.gd
blob: 6243b9c7ebff828122598c32b00123ea00bdfef5 (
plain
)
1
2
3
extends
Node
enum
Tile
{
FLOOR
,
WALL
}