Initial Commit
This commit is contained in:
89
Levels/test.tscn
Normal file
89
Levels/test.tscn
Normal file
@@ -0,0 +1,89 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cqd214exw72db"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://bcxvg2kigp6u1" path="res://Themes/UI/Terminal/tTerminalPrompt.tres" id="2_afen0"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6m1tx7klorqr" path="res://Renders/Camera/PowerStation/powerstation_1.png" id="2_f87w0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv2cadqcahubl" path="res://map.png" id="4_afen0"]
|
||||
[ext_resource type="Script" uid="uid://dmp22gu6t0fw2" path="res://Scripts/Gameplay/CommandLine/cCommandLine.gd" id="13_tqcie"]
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
metadata/_edit_horizontal_guides_ = [1136.0]
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
position = Vector2(640, 368)
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 728.0
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="CommandPrompt" type="CanvasLayer" parent="." node_paths=PackedStringArray("output_text", "input_line")]
|
||||
script = ExtResource("13_tqcie")
|
||||
output_text = NodePath("CommandOutput")
|
||||
input_line = NodePath("CommandInput")
|
||||
|
||||
[node name="CommandInput" type="LineEdit" parent="CommandPrompt"]
|
||||
offset_left = 88.0
|
||||
offset_top = 256.0
|
||||
offset_right = 520.0
|
||||
offset_bottom = 296.0
|
||||
pivot_offset = Vector2(456, 272)
|
||||
theme = ExtResource("2_afen0")
|
||||
placeholder_text = "Enter Command . . ."
|
||||
emoji_menu_enabled = false
|
||||
caret_blink = true
|
||||
|
||||
[node name="CommandOutput" type="TextEdit" parent="CommandPrompt"]
|
||||
offset_left = 88.0
|
||||
offset_top = 24.0
|
||||
offset_right = 520.0
|
||||
offset_bottom = 256.0
|
||||
theme = ExtResource("2_afen0")
|
||||
editable = false
|
||||
context_menu_enabled = false
|
||||
emoji_menu_enabled = false
|
||||
shortcut_keys_enabled = false
|
||||
selecting_enabled = false
|
||||
deselect_on_focus_loss_enabled = false
|
||||
drag_and_drop_selection_enabled = false
|
||||
virtual_keyboard_enabled = false
|
||||
virtual_keyboard_show_on_focus = false
|
||||
middle_mouse_paste_enabled = false
|
||||
empty_selection_clipboard_enabled = false
|
||||
wrap_mode = 1
|
||||
|
||||
[node name="Camera" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Camera" type="TextureRect" parent="Camera"]
|
||||
offset_left = 552.00006
|
||||
offset_top = 24.0
|
||||
offset_right = 4392.0
|
||||
offset_bottom = 2904.0
|
||||
scale = Vector2(0.185, 0.185)
|
||||
texture = ExtResource("2_f87w0")
|
||||
|
||||
[node name="B_Shock" type="Button" parent="."]
|
||||
offset_left = 16.0
|
||||
offset_top = 24.0
|
||||
offset_right = 80.0
|
||||
offset_bottom = 88.0
|
||||
theme = ExtResource("2_afen0")
|
||||
text = "SHOCK"
|
||||
|
||||
[node name="B_Alarm" type="Button" parent="."]
|
||||
offset_left = 16.0
|
||||
offset_top = 96.0
|
||||
offset_right = 80.0
|
||||
offset_bottom = 160.0
|
||||
theme = ExtResource("2_afen0")
|
||||
text = "ALARM"
|
||||
|
||||
[node name="Map" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Map" type="TextureRect" parent="Map"]
|
||||
offset_left = 120.0
|
||||
offset_top = 344.0
|
||||
offset_right = 1609.6553
|
||||
offset_bottom = 1542.0
|
||||
scale = Vector2(0.29, 0.29)
|
||||
pivot_offset = Vector2(-39.952454, -39.952393)
|
||||
texture = ExtResource("4_afen0")
|
||||
Reference in New Issue
Block a user