Loops
This commit is contained in:
6
Loops/Loops.gd
Normal file
6
Loops/Loops.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass
|
||||
1
Loops/Loops.gd.uid
Normal file
1
Loops/Loops.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cag5s4yohpx7r
|
||||
6
Loops/Loops.tscn
Normal file
6
Loops/Loops.tscn
Normal file
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://ca4ilsycpp4su"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cag5s4yohpx7r" path="res://Loops/Loops.gd" id="1_18ujs"]
|
||||
|
||||
[node name="Main" type="Node2D"]
|
||||
script = ExtResource("1_18ujs")
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -3,15 +3,15 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://0smkcrhbdvc1"
|
||||
path="res://.godot/imported/Star.png-3d67ea69a9a0445133039298d781d14b.ctex"
|
||||
path="res://.godot/imported/Star.png-3d2463ef4f98ea59d22a7cf94b1ff20b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Star.png"
|
||||
dest_files=["res://.godot/imported/Star.png-3d67ea69a9a0445133039298d781d14b.ctex"]
|
||||
source_file="res://Loops/Star.png"
|
||||
dest_files=["res://.godot/imported/Star.png-3d2463ef4f98ea59d22a7cf94b1ff20b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
Reference in New Issue
Block a user