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")
|
||||
BIN
Loops/Star.png
Normal file
BIN
Loops/Star.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
34
Loops/Star.png.import
Normal file
34
Loops/Star.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://0smkcrhbdvc1"
|
||||
path="res://.godot/imported/Star.png-3d2463ef4f98ea59d22a7cf94b1ff20b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Loops/Star.png"
|
||||
dest_files=["res://.godot/imported/Star.png-3d2463ef4f98ea59d22a7cf94b1ff20b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Reference in New Issue
Block a user