Initial commit
This commit is contained in:
commit
97a92fd86b
12 changed files with 220 additions and 0 deletions
11
base/scenes/example.tscn
Normal file
11
base/scenes/example.tscn
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dm58bxgelaulw"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://deo07la7tmn3r" path="res://icon.svg" id="1_o34ws"]
|
||||
[ext_resource type="Script" uid="uid://gf7nffb353sa" path="res://base/scripts/example.gd" id="1_otk24"]
|
||||
|
||||
[node name="Example" type="Node2D"]
|
||||
script = ExtResource("1_otk24")
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(65, 65)
|
||||
texture = ExtResource("1_o34ws")
|
Loading…
Add table
Add a link
Reference in a new issue