Updated to 4.4
This commit is contained in:
parent
eaa26d1361
commit
1aff15069a
151 changed files with 593 additions and 100 deletions
7
UI/TestBG/InsectSprite.tscn
Normal file
7
UI/TestBG/InsectSprite.tscn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b5w6sbmjalthh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d7wntyuu1fcl" path="res://UI/TestBG/insect_sprite.gd" id="1_k4jda"]
|
||||
|
||||
[node name="InsectSprite" type="Sprite2D"]
|
||||
scale = Vector2(0.1, 0.1)
|
||||
script = ExtResource("1_k4jda")
|
||||
Loading…
Add table
Add a link
Reference in a new issue