Added Project Image
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ca4ilsycpp4su"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cag5s4yohpx7r" path="res://Loops/Scripts/Loops.gd" id="1_18ujs"]
|
||||
[ext_resource type="Texture2D" uid="uid://0smkcrhbdvc1" path="res://Loops/Assets/Star.png" id="2_aidhk"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkqrjahyouim0" path="res://Loops/Scenes/Star.tscn" id="2_jwddc"]
|
||||
|
||||
[node name="Main" type="Node2D"]
|
||||
script = ExtResource("1_18ujs")
|
||||
|
||||
[node name="Star" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("2_aidhk")
|
||||
[node name="Star" parent="." instance=ExtResource("2_jwddc")]
|
||||
|
||||
6
Loops/Scenes/Star.tscn
Normal file
6
Loops/Scenes/Star.tscn
Normal file
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dkqrjahyouim0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://0smkcrhbdvc1" path="res://Loops/Assets/Star.png" id="1_gyrgl"]
|
||||
|
||||
[node name="Star" type="Sprite2D"]
|
||||
texture = ExtResource("1_gyrgl")
|
||||
Reference in New Issue
Block a user