AAAA
This commit is contained in:
parent
279b5e5599
commit
4f70414ed9
46 changed files with 1485 additions and 170 deletions
5
Tilemaps/Scripts/ParralaxBG.gd
Normal file
5
Tilemaps/Scripts/ParralaxBG.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Sprite2D
|
||||
|
||||
func _process(_delta):
|
||||
region_rect.size = Vector2.ONE * 2000
|
||||
get_parent().get_parent().offset = get_viewport_rect().size / 2
|
Loading…
Add table
Add a link
Reference in a new issue