Compare commits

..

2 commits

Author SHA1 Message Date
a89140c454 really adding the file this time lmao
All checks were successful
Export Game
2023-04-05 21:12:36 +02:00
ee509a2ff9 Update .gitignore 2023-04-05 21:11:10 +02:00

View file

@ -0,0 +1,13 @@
list=Array[Dictionary]([{
"base": &"ColorRect",
"class": &"Tile",
"icon": "",
"language": &"GDScript",
"path": "res://Scripts/Tile.gd"
}, {
"base": &"Resource",
"class": &"TileColors",
"icon": "",
"language": &"GDScript",
"path": "res://Scripts/TileColors.gd"
}])