[gd_scene load_steps=13 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://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] [ext_resource path="res://Assets/arm.png" type="Texture" id=7] [sub_resource type="ProceduralSky" id=2] [sub_resource type="Environment" id=3] background_mode = 1 background_sky = SubResource( 2 ) background_color = Color( 0.1, 0.1, 0.1, 1 ) ambient_light_color = Color( 1, 1, 1, 1 ) dof_blur_far_amount = 0.06 [sub_resource type="DynamicFont" id=5] size = 48 outline_size = 2 outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 5 ) [sub_resource type="DynamicFont" id=6] size = 36 outline_size = 2 outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 5 ) [sub_resource type="Animation" id=7] resource_name = "HandMoving" length = 3.0 tracks/0/type = "value" tracks/0/path = NodePath("Arm:rect_position") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0, 1, 1.5, 3 ), "transitions": PoolRealArray( 0.482968, 1, 0.378929, 1 ), "update": 0, "values": [ Vector2( 423, -39.0001 ), Vector2( 358, 433 ), Vector2( 358, 433 ), Vector2( 570, -90.0001 ) ] } [sub_resource type="Animation" id=8] length = 0.001 tracks/0/type = "value" tracks/0/path = NodePath("Arm:rect_position") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0 ), "transitions": PoolRealArray( 1 ), "update": 0, "values": [ Vector2( 423, -39.0001 ) ] } [node name="Dungeon" type="Spatial"] script = ExtResource( 1 ) [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource( 3 ) [node name="Pitch" type="Spatial" parent="."] transform = Transform( 0.766044, 0, 0.642788, 0, 1, 0, -0.642788, 0, 0.766044, 0, 0, 0 ) script = ExtResource( 2 ) [node name="Yaw" type="Spatial" parent="Pitch"] transform = Transform( 1, 0, 0, 0, 0.665856, 0.746081, 0, -0.746081, 0.665856, 0, 0, 0 ) [node name="Camera" type="Camera" parent="Pitch/Yaw"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 30 ) projection = 1 current = true fov = 24.0 size = 10.0 [node name="DirectionalLight" type="DirectionalLight" parent="."] transform = Transform( 0.73644, 0.441272, -0.512773, 0, 0.757975, 0.652284, 0.676503, -0.480367, 0.558203, 0, 35.1428, 0 ) light_energy = 0.5 [node name="UIController" type="CanvasLayer" parent="."] script = ExtResource( 4 ) [node name="NumberOfTurns" type="Label" parent="UIController"] margin_left = 7.0 margin_top = 7.0 margin_right = 291.0 margin_bottom = 56.0 custom_fonts/font = SubResource( 5 ) text = "Turns left: 20" [node name="Objectives" type="Label" parent="UIController"] anchor_left = 1.0 anchor_right = 1.0 margin_left = -610.0 margin_top = 5.0 margin_right = -9.0 margin_bottom = 54.0 custom_fonts/font = SubResource( 6 ) text = "(0/1) Activate the Crystals!" align = 2 valign = 2 [node name="Particles" type="Control" parent="UIController"] [node name="ScoreParticle" parent="UIController/Particles" instance=ExtResource( 6 )] visible = false [node name="ScoreParticle2" parent="UIController/Particles" instance=ExtResource( 6 )] visible = false [node name="ScoreParticle3" parent="UIController/Particles" instance=ExtResource( 6 )] visible = false [node name="ScoreParticle4" parent="UIController/Particles" instance=ExtResource( 6 )] visible = false [node name="ScoreParticle5" parent="UIController/Particles" instance=ExtResource( 6 )] visible = false [node name="ScoreParticle6" parent="UIController/Particles" instance=ExtResource( 6 )] visible = false [node name="Arm" type="TextureRect" parent="UIController"] margin_left = 423.0 margin_top = -39.0001 margin_right = 1050.0 margin_bottom = 588.0 rect_rotation = -87.8432 texture = ExtResource( 7 ) expand = true [node name="AnimationPlayer" type="AnimationPlayer" parent="UIController"] anims/HandMoving = SubResource( 7 ) anims/RESET = SubResource( 8 )