-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommander_city.tscn
More file actions
32 lines (27 loc) · 1.06 KB
/
commander_city.tscn
File metadata and controls
32 lines (27 loc) · 1.06 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
[gd_scene load_steps=5 format=3 uid="uid://k7f862r4wv55"]
[ext_resource type="Texture2D" uid="uid://d1syuxvdxdo1a" path="res://img/commander_city.png" id="1_iq34m"]
[ext_resource type="Script" path="res://commander_city.gd" id="2_piu6d"]
[ext_resource type="PackedScene" uid="uid://3owm1bforxoy" path="res://Explosion/Explosion.tscn" id="3_6dur6"]
[ext_resource type="Texture2D" uid="uid://hlvhbbeupy8a" path="res://img/commander_city_ruins.png" id="4_oupjl"]
[node name="CommanderCity" type="TextureRect"]
offset_left = -115.0
offset_top = -125.0
offset_right = 114.0
offset_bottom = 125.0
texture = ExtResource("1_iq34m")
script = ExtResource("2_piu6d")
[node name="Explosion" parent="." instance=ExtResource("3_6dur6")]
visible = false
position = Vector2(115, 126)
[node name="Ruins" type="TextureRect" parent="."]
visible = false
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("4_oupjl")
[node name="City" type="TextureRect" parent="."]
visible = false
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_iq34m")