🎉
This commit is contained in:
commit
94bfe2754e
107 changed files with 2557 additions and 0 deletions
14
ItemSpawner.tscn
Normal file
14
ItemSpawner.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dle4coii8j7ax"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://4koh4ogoiaq" path="res://ItemSpawner.gd" id="1_ctm2s"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxv1o4v3xi3uv" path="res://icon.svg" id="2_fjwcf"]
|
||||
|
||||
[node name="ItemSpawner" type="Node2D"]
|
||||
script = ExtResource("1_ctm2s")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.25, 0.25)
|
||||
texture = ExtResource("2_fjwcf")
|
||||
|
||||
[node name="SpawnTimer" type="Timer" parent="."]
|
||||
process_callback = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue