Hsif/Scenes/Title.tscn

22 lines
827 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bl07w8iywdpwi"]
[ext_resource type="Texture2D" uid="uid://cl83u6qtbydit" path="res://Sprites/Title.png" id="1_da8ud"]
[ext_resource type="Texture2D" uid="uid://cwjnfy0eum3sl" path="res://Sprites/Start.png" id="2_gn6bx"]
[ext_resource type="Script" path="res://Scripts/Title.gd" id="2_md8r0"]
[ext_resource type="Texture2D" uid="uid://cvmauamus016g" path="res://Sprites/Quit.png" id="3_a5nxc"]
[node name="Title" type="Sprite2D"]
process_mode = 3
texture = ExtResource("1_da8ud")
script = ExtResource("2_md8r0")
[node name="Start" type="Sprite2D" parent="."]
position = Vector2(848, -206)
texture = ExtResource("2_gn6bx")
[node name="Quit" type="Sprite2D" parent="."]
position = Vector2(756, -86)
texture = ExtResource("3_a5nxc")
[node name="Camera2D" type="Camera2D" parent="."]