-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tscn
More file actions
37 lines (30 loc) · 1.13 KB
/
main.tscn
File metadata and controls
37 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[gd_scene load_steps=5 format=3 uid="uid://c5vpdw2pi1lv5"]
[ext_resource type="PackedScene" uid="uid://bvk6o6leaue0x" path="res://mainmenu.tscn" id="1_6274r"]
[ext_resource type="Texture2D" uid="uid://d3q4gydka7wef" path="res://backgrounds/menu2.png" id="1_p5w8p"]
[ext_resource type="Script" path="res://scripts/menubg.gd" id="2_vmof5"]
[ext_resource type="PackedScene" uid="uid://ow7101idlpsf" path="res://cursor.tscn" id="4_jfbxn"]
[node name="main" type="Node2D"]
[node name="bgmovement" type="Node2D" parent="."]
[node name="bg1" type="Sprite2D" parent="bgmovement"]
texture = ExtResource("1_p5w8p")
centered = false
hframes = 2
script = ExtResource("2_vmof5")
[node name="bg2" type="Sprite2D" parent="bgmovement"]
position = Vector2(1152, 0)
texture = ExtResource("1_p5w8p")
centered = false
hframes = 2
frame = 1
script = ExtResource("2_vmof5")
[node name="Control" parent="." instance=ExtResource("1_6274r")]
anchors_preset = 0
anchor_right = 0.0
anchor_bottom = 0.0
offset_left = 0.0
offset_top = 0.0
offset_right = 0.0
offset_bottom = 0.0
grow_horizontal = 1
grow_vertical = 1
[node name="cursor" parent="." instance=ExtResource("4_jfbxn")]