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: 87bc2a3ff2c6573136ffd056b7af427cac736951 (
plain
)
1
2
3
extends
Node
enum
Tile
{
FLOOR
,
WALL
,
DOOR
}