-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathMain.tscn
More file actions
21 lines (17 loc) · 738 Bytes
/
Copy pathMain.tscn
File metadata and controls
21 lines (17 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[gd_scene load_steps=5 format=3 uid="uid://b6irv6agle2c4"]
[ext_resource type="Material" uid="uid://dif05f388unwv" path="res://materials/julia.material" id="1"]
[ext_resource type="Texture2D" uid="uid://bxy11k0l3u8pn" path="res://icon.png" id="2"]
[ext_resource type="Script" path="res://Game.gd" id="3"]
[ext_resource type="PackedScene" uid="uid://dxas8w6rr810e" path="res://UI.tscn" id="4"]
[node name="Game" type="Node"]
script = ExtResource("3")
[node name="Panel" type="TextureRect" parent="."]
material = ExtResource("1")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_bottom = 6.10352e-05
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2")
[node name="UI" parent="." instance=ExtResource("4")]