forked from drraccoon/GD-Polo
Inital commit
This commit is contained in:
parent
22733e2780
commit
068753a961
602 changed files with 5967 additions and 0 deletions
15
tilsets/tileset_data/Tile-Decor.gd
Normal file
15
tilsets/tileset_data/Tile-Decor.gd
Normal file
|
@ -0,0 +1,15 @@
|
|||
extends TileMap
|
||||
|
||||
# class member variables go here, for example:
|
||||
# var a = 2
|
||||
# var b = "textvar"
|
||||
|
||||
func _ready():
|
||||
# Called when the node is added to the scene for the first time.
|
||||
# Initialization here
|
||||
pass
|
||||
|
||||
#func _process(delta):
|
||||
# # Called every frame. Delta is time since last frame.
|
||||
# # Update game logic here.
|
||||
# pass
|
Loading…
Add table
Add a link
Reference in a new issue