Loads of crap
This commit is contained in:
parent
b5bf7619e6
commit
1dc768ad27
725 changed files with 15096 additions and 191 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=62 format=4 uid="uid://bwsugg4p50fjr"]
|
||||
[gd_scene load_steps=63 format=4 uid="uid://bwsugg4p50fjr"]
|
||||
|
||||
[ext_resource type="Environment" uid="uid://cm77bbr0io118" path="res://Stages/Test3D/new_environment.tres" id="1_8ph61"]
|
||||
[ext_resource type="Script" uid="uid://bwed2dwogfmxv" path="res://Entities/Player/scripts/player.gd" id="1_d602n"]
|
||||
|
|
@ -12,9 +12,9 @@
|
|||
[ext_resource type="ArrayMesh" uid="uid://r2imjo7o2734" path="res://Stages/Test3D/assets/stylizedGrassMeshes/grass2.res" id="8_xvexm"]
|
||||
[ext_resource type="PackedScene" uid="uid://nsnthin0ekva" path="res://Stages/Test3D/assets/rock-c.glb" id="9_rt72s"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbh8u0qkfjclt" path="res://Stages/Test3D/assets/signpost.glb" id="10_h3wmm"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj6mb6x4kxdu6" path="res://Stages/Test3D/assets/tree-autumn.glb" id="11_0yf11"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwdibgbi3ycqn" path="res://Stages/Test3D/assets/tree-autumn-tall.glb" id="12_hvb1l"]
|
||||
[ext_resource type="PackedScene" uid="uid://6oq46yn8aol3" path="res://Stages/Test3D/assets/tree-log-small.glb" id="13_xvexm"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj6mb6x4kxdu6" path="res://Entities/Tree/assets/tree-autumn.glb" id="11_0yf11"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwdibgbi3ycqn" path="res://Entities/Tree/assets/tree-autumn-tall.glb" id="12_hvb1l"]
|
||||
[ext_resource type="PackedScene" uid="uid://6oq46yn8aol3" path="res://Entities/Tree/assets/tree-log-small.glb" id="13_xvexm"]
|
||||
[ext_resource type="PackedScene" uid="uid://fr55x0udsaf6" path="res://Stages/Test3D/assets/tent.glb" id="14_ukp6m"]
|
||||
[ext_resource type="PackedScene" uid="uid://d3xj1hdaapwuv" path="res://Stages/Test3D/assets/patch-grass-large.glb" id="16_5r2bu"]
|
||||
[ext_resource type="PackedScene" uid="uid://chd461v3ivhus" path="res://Stages/Test3D/assets/grass-large.glb" id="17_23r73"]
|
||||
|
|
@ -26,6 +26,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://bttu3yi1kc550" path="res://Stages/Test3D/assets/3d/particles/streak.png" id="23_23r73"]
|
||||
[ext_resource type="Script" uid="uid://bjfvgoshksbt6" path="res://Stages/Test3D/tile_map_test.gd" id="24_vyi1v"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwcevwwphdvq" path="res://Entities/GroundTile/GroundTile.tscn" id="25_caaui"]
|
||||
[ext_resource type="Script" uid="uid://dw2jmurt0iq5" path="res://Stages/UI/debug_ui.gd" id="27_1r6vk"]
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_0yf11"]
|
||||
script/source = "extends Node3D
|
||||
|
|
@ -820,6 +821,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.18018, 1.33948e-16, 0.2696
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.899231, 0.00213623, 0.359619)
|
||||
|
||||
[node name="VFX" type="Node3D" parent="SubViewportContainer/SubViewport"]
|
||||
visible = false
|
||||
|
||||
[node name="Fire" type="GPUParticles3D" parent="SubViewportContainer/SubViewport/VFX"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.08083, 0.0837402, 0.501403)
|
||||
|
|
@ -832,7 +834,7 @@ draw_pass_1 = SubResource("QuadMesh_hvb1l")
|
|||
[node name="OmniLight3D" type="OmniLight3D" parent="SubViewportContainer/SubViewport/VFX/Fire"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000509977, 0.121094, -0.00151992)
|
||||
light_color = Color(0.89, 0.461613, 0.2136, 1)
|
||||
light_energy = 0.763335
|
||||
light_energy = 0.927966
|
||||
light_indirect_energy = 1.084
|
||||
light_volumetric_fog_energy = 3.764
|
||||
light_size = 0.105
|
||||
|
|
@ -1005,3 +1007,51 @@ ground_tile = ExtResource("25_caaui")
|
|||
|
||||
[node name="tent-canvas2" parent="." instance=ExtResource("23_5r2bu")]
|
||||
transform = Transform3D(0.964438, 0, -0.264311, 0, 1, 0, 0.264311, 0, 0.964438, 1.49756, 1.86265e-09, -3.10828)
|
||||
visible = false
|
||||
|
||||
[node name="UISubViewportContainer" type="SubViewportContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
stretch = true
|
||||
|
||||
[node name="UISubViewport" type="SubViewport" parent="UISubViewportContainer"]
|
||||
transparent_bg = true
|
||||
handle_input_locally = false
|
||||
size = Vector2i(1152, 648)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="UIContainer" type="Control" parent="UISubViewportContainer/UISubViewport"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("27_1r6vk")
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="UISubViewportContainer/UISubViewport/UIContainer"]
|
||||
layout_mode = 0
|
||||
offset_right = 190.0
|
||||
offset_bottom = 211.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="UISubViewportContainer/UISubViewport/UIContainer/PanelContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="MapSizeLabel" type="RichTextLabel" parent="UISubViewportContainer/UISubViewport/UIContainer/PanelContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
fit_content = true
|
||||
|
||||
[node name="CellCountLabel" type="RichTextLabel" parent="UISubViewportContainer/UISubViewport/UIContainer/PanelContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
fit_content = true
|
||||
|
||||
[node name="LoadedCellsLabel" type="RichTextLabel" parent="UISubViewportContainer/UISubViewport/UIContainer/PanelContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
fit_content = true
|
||||
|
||||
[node name="LoadedTreesLabel" type="RichTextLabel" parent="UISubViewportContainer/UISubViewport/UIContainer/PanelContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
fit_content = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue