X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/7517990b3fac223e853c698ad7e30798a8c3d0c9..refs/heads/state-machine:/map/test.tscn?ds=inline diff --git a/map/test.tscn b/map/test.tscn index 9c4248b..8646baf 100644 --- a/map/test.tscn +++ b/map/test.tscn @@ -1,17 +1,16 @@ [gd_scene load_steps=15 format=3 uid="uid://cootj2rfyviyb"] [ext_resource type="Script" uid="uid://ccournv7m7l4y" path="res://map/Scene.gd" id="1_8uh7m"] -[ext_resource type="PackedScene" uid="uid://cchu1yltrhuk3" path="res://player/player.tscn" id="1_37kl0"] -[ext_resource type="Script" uid="uid://dd3sep8kprktl" path="res://ux/debug_overlay.gd" id="2_ykrsh"] -[ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://ux/debug_stats.gd" id="3_g14j6"] -[ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://ux/debug_draw_3d.gd" id="4_g14j6"] +[ext_resource type="PackedScene" uid="uid://cchu1yltrhuk3" path="res://player/Player.tscn" id="1_37kl0"] +[ext_resource type="Script" uid="uid://dd3sep8kprktl" path="res://debug/debug_overlay.gd" id="2_ykrsh"] +[ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://debug/debug_stats.gd" id="3_g14j6"] +[ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://debug/debug_draw_3d.gd" id="4_g14j6"] [ext_resource type="Material" uid="uid://dt1upwj08kd0w" path="res://map/grid_material.tres" id="6_v1i7h"] [ext_resource type="PackedScene" uid="uid://b2qh1x7ulhhua" path="res://map/ramp.tscn" id="7_5owfa"] [ext_resource type="PackedScene" uid="uid://iwl88y3l713o" path="res://map/cube.tscn" id="8_f4bcd"] -[sub_resource type="Theme" id="Theme_g14j6"] -default_base_scale = 2.0 -default_font_size = 20 +[sub_resource type="LabelSettings" id="LabelSettings_f4bcd"] +font_size = 10 [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_37kl0"] sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1) @@ -36,17 +35,16 @@ data = PackedVector3Array(111, 0, 111, -111, 0, 111, 111, 0, -111, -111, 0, 111, script = ExtResource("1_8uh7m") [node name="debug" type="CanvasLayer" parent="."] -unique_name_in_owner = true script = ExtResource("2_ykrsh") +label_settings = SubResource("LabelSettings_f4bcd") [node name="DebugStats" type="MarginContainer" parent="debug"] offset_right = 40.0 offset_bottom = 40.0 -theme = SubResource("Theme_g14j6") -theme_override_constants/margin_left = 20 -theme_override_constants/margin_top = 20 -theme_override_constants/margin_right = 20 -theme_override_constants/margin_bottom = 20 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 +theme_override_constants/margin_right = 10 +theme_override_constants/margin_bottom = 10 script = ExtResource("3_g14j6") [node name="DebugDraw3D" type="Control" parent="debug"] @@ -56,8 +54,25 @@ offset_right = 40.0 offset_bottom = 40.0 script = ExtResource("4_g14j6") +[node name="MarginContainer" type="MarginContainer" parent="debug"] +anchors_preset = 2 +anchor_top = 1.0 +anchor_bottom = 1.0 +offset_top = -40.0 +offset_right = 40.0 +grow_vertical = 0 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 +theme_override_constants/margin_right = 10 +theme_override_constants/margin_bottom = 10 + +[node name="buildVersion" type="Label" parent="debug/MarginContainer"] +layout_mode = 2 +text = "0.1.0" + +[node name="CameraHandler" type="Node3D" parent="."] + [node name="Player" parent="." instance=ExtResource("1_37kl0")] -unique_name_in_owner = true [node name="map" type="Node3D" parent="."] @@ -81,6 +96,9 @@ shape = SubResource("ConcavePolygonShape3D_37kl0") [node name="Ramp" parent="map" instance=ExtResource("7_5owfa")] transform = Transform3D(-1.62606e-07, 0, -3.72, 0, 3.72, 0, 3.72, 0, -1.62606e-07, -0.137384, 0, 7.7898) +[node name="Ramp2" parent="map" instance=ExtResource("7_5owfa")] +transform = Transform3D(-2.67951e-07, 0, -6.13, 0, 12.37, 0, 6.13, 0, -2.67951e-07, -4.28785, 0, 18.1665) + [node name="Cube" parent="map" instance=ExtResource("8_f4bcd")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.30192, 0.5, 5.19269)