make this bitter batter a bit better
This commit is contained in:
parent
5bb84956ff
commit
c444a5c1f5
2 changed files with 4 additions and 32 deletions
|
@ -1,9 +1,9 @@
|
||||||
[gd_scene load_steps=9 format=3 uid="uid://qvo7vlvac8o5"]
|
[gd_scene load_steps=8 format=3 uid="uid://qvo7vlvac8o5"]
|
||||||
|
|
||||||
[ext_resource type="PackedScene" uid="uid://biu7cbgleyuq8" path="res://Scenes/Animatables/CyberHelen.tscn" id="1_cd1y8"]
|
[ext_resource type="PackedScene" uid="uid://biu7cbgleyuq8" path="res://Scenes/Animatables/CyberHelen.tscn" id="1_cd1y8"]
|
||||||
[ext_resource type="PackedScene" uid="uid://dhpife36refiy" path="res://Scenes/Animatables/CyberChuck.tscn" id="1_cxuso"]
|
[ext_resource type="PackedScene" uid="uid://dhpife36refiy" path="res://Scenes/Animatables/CyberChuck.tscn" id="1_cxuso"]
|
||||||
[ext_resource type="Script" uid="uid://8vyuhyx0xogt" path="res://Scripts/freecam.gd" id="2_cxuso"]
|
[ext_resource type="Script" uid="uid://8vyuhyx0xogt" path="res://Scripts/freecam.gd" id="2_cxuso"]
|
||||||
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="3_k14q4"]
|
[ext_resource type="PackedScene" uid="uid://clixk4m0rm0mu" path="res://Scenes/UI/HUD.tscn" id="4_cxuso"]
|
||||||
[ext_resource type="PackedScene" uid="uid://c57u187iciexi" path="res://Scenes/UI/Node Map.tscn" id="4_dksio"]
|
[ext_resource type="PackedScene" uid="uid://c57u187iciexi" path="res://Scenes/UI/Node Map.tscn" id="4_dksio"]
|
||||||
|
|
||||||
[sub_resource type="PlaneMesh" id="PlaneMesh_8xxbx"]
|
[sub_resource type="PlaneMesh" id="PlaneMesh_8xxbx"]
|
||||||
|
@ -14,9 +14,6 @@ ambient_light_source = 3
|
||||||
ambient_light_color = Color(1, 1, 1, 1)
|
ambient_light_color = Color(1, 1, 1, 1)
|
||||||
ambient_light_energy = 0.25
|
ambient_light_energy = 0.25
|
||||||
|
|
||||||
[sub_resource type="LabelSettings" id="LabelSettings_re3v0"]
|
|
||||||
font_size = 18
|
|
||||||
|
|
||||||
[node name="1Stage" type="Node3D"]
|
[node name="1Stage" type="Node3D"]
|
||||||
|
|
||||||
[node name="CyberChuck" parent="." instance=ExtResource("1_cxuso")]
|
[node name="CyberChuck" parent="." instance=ExtResource("1_cxuso")]
|
||||||
|
@ -38,31 +35,6 @@ script = ExtResource("2_cxuso")
|
||||||
toggle_key = 4194305
|
toggle_key = 4194305
|
||||||
overlay_text = false
|
overlay_text = false
|
||||||
|
|
||||||
[node name="Control" type="Control" parent="Camera3D"]
|
[node name="HUD" parent="Camera3D" instance=ExtResource("4_cxuso")]
|
||||||
layout_mode = 3
|
|
||||||
anchors_preset = 15
|
|
||||||
anchor_right = 1.0
|
|
||||||
anchor_bottom = 1.0
|
|
||||||
grow_horizontal = 2
|
|
||||||
grow_vertical = 2
|
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="Camera3D/Control"]
|
|
||||||
z_index = 1000
|
|
||||||
layout_mode = 1
|
|
||||||
anchors_preset = 3
|
|
||||||
anchor_left = 1.0
|
|
||||||
anchor_top = 1.0
|
|
||||||
anchor_right = 1.0
|
|
||||||
anchor_bottom = 1.0
|
|
||||||
offset_left = -40.0
|
|
||||||
offset_top = -23.0
|
|
||||||
grow_horizontal = 0
|
|
||||||
grow_vertical = 0
|
|
||||||
theme = ExtResource("3_k14q4")
|
|
||||||
theme_override_font_sizes/font_size = 9
|
|
||||||
text = "Give LIFE Cybers
|
|
||||||
(Press Esc to view Nodes, Right Click to add a node)"
|
|
||||||
label_settings = SubResource("LabelSettings_re3v0")
|
|
||||||
horizontal_alignment = 2
|
|
||||||
|
|
||||||
[node name="NodeMap" parent="." instance=ExtResource("4_dksio")]
|
[node name="NodeMap" parent="." instance=ExtResource("4_dksio")]
|
||||||
|
|
|
@ -12,7 +12,7 @@ config_version=5
|
||||||
|
|
||||||
config/name="Give LIFE Cybers"
|
config/name="Give LIFE Cybers"
|
||||||
config/description="Cyberamics Simulator and programmer using Give LIFE's engine"
|
config/description="Cyberamics Simulator and programmer using Give LIFE's engine"
|
||||||
config/version="0.0-base0.1a"
|
config/version="0.0-base0.2a"
|
||||||
run/main_scene="uid://qvo7vlvac8o5"
|
run/main_scene="uid://qvo7vlvac8o5"
|
||||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||||
config/icon="uid://c3hmtf0h6vtnr"
|
config/icon="uid://c3hmtf0h6vtnr"
|
||||||
|
|
Loading…
Add table
Reference in a new issue