Tutorial2
parent
ccaa363c2f
commit
1ec0a9d907
@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bdbubb2tx11e8"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d0ft51rdr6k02" path="res://Icons/Godot.svg" id="1_h0rd0"]
|
||||
[ext_resource type="Script" path="res://Abdullah.cs" id="2_4iohr"]
|
||||
[ext_resource type="Texture2D" uid="uid://b202jnjsma8y4" path="res://Icons/Tomato.png" id="3_ffpuj"]
|
||||
|
||||
[node name="Abdullah" type="Sprite2D"]
|
||||
position = Vector2(460, 266)
|
||||
texture = ExtResource("1_h0rd0")
|
||||
script = ExtResource("2_4iohr")
|
||||
|
||||
[node name="Child" type="Sprite2D" parent="."]
|
||||
position = Vector2(100, 100)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("3_ffpuj")
|
||||
|
Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 950 B |
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b202jnjsma8y4"
|
||||
path="res://.godot/imported/Tomato.png-366c3d75d8887c64ffc28776aabb3494.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Icons/Tomato.png"
|
||||
dest_files=["res://.godot/imported/Tomato.png-366c3d75d8887c64ffc28776aabb3494.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
|
||||
@ -1,9 +0,0 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d00d571xqjd81"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b4phmd113v1ch" path="res://icon.svg" id="1_5v71i"]
|
||||
[ext_resource type="Script" path="res://Sprite.cs" id="2_u7j2b"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D"]
|
||||
position = Vector2(575, 340)
|
||||
texture = ExtResource("1_5v71i")
|
||||
script = ExtResource("2_u7j2b")
|
||||
Loading…
Reference in New Issue