diff options
Diffstat (limited to 'Scenes')
-rw-r--r-- | Scenes/Dungeon.tscn | 13 | ||||
-rw-r--r-- | Scenes/Obstacle.tscn | 4 | ||||
-rw-r--r-- | Scenes/PlateKey.tscn | 14 | ||||
-rw-r--r-- | Scenes/ScoreParticle.tscn | 2 |
4 files changed, 25 insertions, 8 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" diff --git a/Scenes/Obstacle.tscn b/Scenes/Obstacle.tscn index f8fb257..0246139 100644 --- a/Scenes/Obstacle.tscn +++ b/Scenes/Obstacle.tscn @@ -7,13 +7,15 @@ size = Vector3( 1, 1, 1 ) [sub_resource type="SpatialMaterial" id=5] +albedo_color = Color( 0.580392, 0.541176, 0.615686, 1 ) albedo_texture = ExtResource( 2 ) +uv1_scale = Vector3( 3, 2, 1 ) [node name="Obstacle" type="Spatial"] script = ExtResource( 1 ) [node name="Mesh" type="MeshInstance" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0 ) +transform = Transform( 0.999005, 0, 0, 0, 0.999005, 0, 0, 0, 0.999005, 0, 0.5, 0 ) mesh = SubResource( 6 ) skeleton = NodePath("../..") material/0 = SubResource( 5 ) diff --git a/Scenes/PlateKey.tscn b/Scenes/PlateKey.tscn index 53b56c8..560a38d 100644 --- a/Scenes/PlateKey.tscn +++ b/Scenes/PlateKey.tscn @@ -1,13 +1,16 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://Scenes/PlateKey.gd" type="Script" id=1] +[ext_resource path="res://Assets/Environment/key-base.material" type="Material" id=2] +[ext_resource path="res://Assets/Environment/keyplate.png" type="Texture" id=3] [sub_resource type="CubeMesh" id=1] size = Vector3( 1, 0.05, 1 ) [sub_resource type="SpatialMaterial" id=2] resource_local_to_scene = true -albedo_color = Color( 0.231373, 0.654902, 0.839216, 1 ) +albedo_texture = ExtResource( 3 ) +uv1_scale = Vector3( 3, 2, 1 ) [node name="PlateKey" type="Spatial"] script = ExtResource( 1 ) @@ -15,6 +18,11 @@ valid_symbols = [ "1", "2", "3" ] active_color = Color( 0.290196, 0.415686, 0.572549, 1 ) [node name="Mesh" type="MeshInstance" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.025, 0 ) +transform = Transform( 0.753752, 0, 0, 0, 1.01597, 0, 0, 0, 0.753752, 0, 0.025, 0 ) mesh = SubResource( 1 ) material/0 = SubResource( 2 ) + +[node name="Mesh2" type="MeshInstance" parent="."] +transform = Transform( 1.00044, 0, 0, 0, 0.387315, 0, 0, 0, 1.00044, 0, 0.0119091, 0 ) +mesh = SubResource( 1 ) +material/0 = ExtResource( 2 ) diff --git a/Scenes/ScoreParticle.tscn b/Scenes/ScoreParticle.tscn index 99d70e1..8f10224 100644 --- a/Scenes/ScoreParticle.tscn +++ b/Scenes/ScoreParticle.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=2] [ext_resource path="res://Scenes/ScoreParticle.gd" type="Script" id=1] -[ext_resource path="res://icon.png" type="Texture" id=2] +[ext_resource path="res://Assets/Environment/turn-icon.png" type="Texture" id=2] [sub_resource type="Animation" id=7] resource_name = "Animate" |