summaryrefslogtreecommitdiff
path: root/Scenes/Dungeon.tscn
diff options
context:
space:
mode:
authorBrenin Cardoso <behilustra@gmail.com>2022-07-17 09:56:01 -0300
committerBrenin Cardoso <behilustra@gmail.com>2022-07-17 09:56:01 -0300
commit5d25d11c8375384ef92a5ee30de3efef26989c50 (patch)
treed21ebd3910a1f2bbe7e269a34cc946191db6172f /Scenes/Dungeon.tscn
parent229c838dc15085687f97246587b6d71eebff330b (diff)
downloadgamejam-gmtk-2022-5d25d11c8375384ef92a5ee30de3efef26989c50.tar.gz
gamejam-gmtk-2022-5d25d11c8375384ef92a5ee30de3efef26989c50.tar.bz2
gamejam-gmtk-2022-5d25d11c8375384ef92a5ee30de3efef26989c50.zip
Visual things improvement
Diffstat (limited to 'Scenes/Dungeon.tscn')
-rw-r--r--Scenes/Dungeon.tscn13
1 files changed, 10 insertions, 3 deletions
diff --git a/Scenes/Dungeon.tscn b/Scenes/Dungeon.tscn
index bc864b0..ea9e871 100644
--- a/Scenes/Dungeon.tscn
+++ b/Scenes/Dungeon.tscn
@@ -1,7 +1,8 @@
-[gd_scene load_steps=27 format=2]
+[gd_scene load_steps=28 format=2]
[ext_resource path="res://Scenes/Dungeon.gd" type="Script" id=1]
[ext_resource path="res://Scenes/CameraControl.gd" type="Script" id=2]
+[ext_resource path="res://Assets/Environment/turn-icon.png" type="Texture" id=3]
[ext_resource path="res://Scenes/UIController.gd" type="Script" id=4]
[ext_resource path="res://Assets/AlegreyaSansSC-ExtraBold.ttf" type="DynamicFontData" id=5]
[ext_resource path="res://Scenes/ScoreParticle.tscn" type="PackedScene" id=6]
@@ -303,10 +304,16 @@ light_energy = 0.5
[node name="UIController" type="CanvasLayer" parent="."]
script = ExtResource( 4 )
+[node name="TextureRect" type="TextureRect" parent="UIController"]
+margin_right = 64.0
+margin_bottom = 64.0
+rect_rotation = -0.0481524
+texture = ExtResource( 3 )
+
[node name="NumberOfTurns" type="Label" parent="UIController"]
-margin_left = 7.0
+margin_left = 67.0
margin_top = 7.0
-margin_right = 291.0
+margin_right = 351.0
margin_bottom = 56.0
custom_fonts/font = SubResource( 5 )
text = "Turns left: 20"