18 lines
652 B
Plaintext
18 lines
652 B
Plaintext
[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://Scripts/Abdullah.cs" id="2_4tdcf"]
|
|
[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_4tdcf")
|
|
|
|
[node name="Tomato" type="Sprite2D" parent="."]
|
|
position = Vector2(100, 100)
|
|
scale = Vector2(0.5, 0.5)
|
|
texture = ExtResource("3_ffpuj")
|
|
|
|
[node name="Clock" type="Timer" parent="."]
|