Skip to content

Commit c0406c0

Browse files
committed
Update msvc project & strip UIDs demo from scenes
1 parent 89cba62 commit c0406c0

File tree

8 files changed

+23
-19
lines changed

8 files changed

+23
-19
lines changed

Terrain3D.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@
160160
<ClCompile Include="src\terrain_3d_texture_list.cpp" />
161161
</ItemGroup>
162162
<ItemGroup>
163+
<None Include="project\addons\terrain_3d\plugin.cfg" />
164+
<None Include="project\addons\terrain_3d\terrain.gdextension" />
163165
<None Include="src\shaders\debug_views.glsl" />
164166
<None Include="src\shaders\main.glsl" />
165167
<None Include="src\shaders\world_noise.glsl" />

Terrain3D.vcxproj.filters

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@
7373
<None Include="src\shaders\world_noise.glsl" />
7474
<None Include="src\shaders\main.glsl" />
7575
<None Include="src\shaders\debug_views.glsl" />
76+
<None Include="project\addons\terrain_3d\plugin.cfg" />
77+
<None Include="project\addons\terrain_3d\terrain.gdextension" />
7678
</ItemGroup>
7779
</Project>

project/demo/CodeGenerated.tscn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[gd_scene load_steps=5 format=3 uid="uid://c1g87yfedvx80"]
1+
[gd_scene load_steps=5 format=3]
22

33
[ext_resource type="Script" path="res://demo/src/CodeGenerated.gd" id="1_h7vyv"]
4-
[ext_resource type="PackedScene" uid="uid://dgkfas2hgwob4" path="res://demo/components/Player.tscn" id="2_3v2uf"]
5-
[ext_resource type="PackedScene" uid="uid://c0djt8d57nivw" path="res://demo/components/World.tscn" id="3_71ikj"]
6-
[ext_resource type="PackedScene" uid="uid://c31srg2a83sgp" path="res://demo/components/UI.tscn" id="4_x5ge4"]
4+
[ext_resource type="PackedScene" path="res://demo/components/Player.tscn" id="2_3v2uf"]
5+
[ext_resource type="PackedScene" path="res://demo/components/World.tscn" id="3_71ikj"]
6+
[ext_resource type="PackedScene" path="res://demo/components/UI.tscn" id="4_x5ge4"]
77

88
[node name="CodeGenerated" type="Node"]
99
script = ExtResource("1_h7vyv")

project/demo/Demo.tscn

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
[gd_scene load_steps=14 format=3 uid="uid://2k7wybb864hb"]
1+
[gd_scene load_steps=14 format=3]
22

33
[ext_resource type="Script" path="res://demo/src/DemoScene.gd" id="1_k7qca"]
4-
[ext_resource type="PackedScene" uid="uid://c0djt8d57nivw" path="res://demo/components/World.tscn" id="2_2yeq8"]
5-
[ext_resource type="PackedScene" uid="uid://ca4wu1l8lhmyd" path="res://demo/components/Borders.tscn" id="3_cw38j"]
6-
[ext_resource type="PackedScene" uid="uid://dgkfas2hgwob4" path="res://demo/components/Player.tscn" id="3_ht63y"]
7-
[ext_resource type="PackedScene" uid="uid://c31srg2a83sgp" path="res://demo/components/UI.tscn" id="4_gk532"]
8-
[ext_resource type="Terrain3DStorage" uid="uid://lalq1xnmbjdl" path="res://demo/data/terrain_storage.res" id="5_sl43a"]
9-
[ext_resource type="Texture2D" uid="uid://cvrgd2gyfdhmc" path="res://demo/textures/ground037_alb_ht.dds" id="7_hqga3"]
10-
[ext_resource type="Texture2D" uid="uid://dlygkrphbed5k" path="res://demo/textures/ground037_nrm_rgh.dds" id="8_pd4vo"]
11-
[ext_resource type="Texture2D" uid="uid://ctol1ar05ne0g" path="res://demo/textures/rock028_alb_ht.dds" id="9_rm006"]
12-
[ext_resource type="Texture2D" uid="uid://dwrxve8g0m64a" path="res://demo/textures/rock028_nrm_rgh.dds" id="10_i3tb8"]
4+
[ext_resource type="PackedScene" path="res://demo/components/World.tscn" id="2_2yeq8"]
5+
[ext_resource type="PackedScene" path="res://demo/components/Borders.tscn" id="3_cw38j"]
6+
[ext_resource type="PackedScene" path="res://demo/components/Player.tscn" id="3_ht63y"]
7+
[ext_resource type="PackedScene" path="res://demo/components/UI.tscn" id="4_gk532"]
8+
[ext_resource type="Terrain3DStorage" path="res://demo/data/terrain_storage.res" id="5_sl43a"]
9+
[ext_resource type="Texture2D" path="res://demo/textures/ground037_alb_ht.dds" id="7_hqga3"]
10+
[ext_resource type="Texture2D" path="res://demo/textures/ground037_nrm_rgh.dds" id="8_pd4vo"]
11+
[ext_resource type="Texture2D" path="res://demo/textures/rock028_alb_ht.dds" id="9_rm006"]
12+
[ext_resource type="Texture2D" path="res://demo/textures/rock028_nrm_rgh.dds" id="10_i3tb8"]
1313

1414
[sub_resource type="Terrain3DTexture" id="Terrain3DTexture_56fwf"]
1515
albedo_texture = ExtResource("7_hqga3")

project/demo/components/Borders.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[gd_scene load_steps=7 format=3 uid="uid://ca4wu1l8lhmyd"]
1+
[gd_scene load_steps=7 format=3]
22

3-
[ext_resource type="Texture2D" uid="uid://dwrxve8g0m64a" path="res://demo/textures/rock028_nrm_rgh.dds" id="1_nf248"]
3+
[ext_resource type="Texture2D" path="res://demo/textures/rock028_nrm_rgh.dds" id="1_nf248"]
44

55
[sub_resource type="BoxMesh" id="BoxMesh_1kfaq"]
66
size = Vector3(1025.01, 1, 1)

project/demo/components/Player.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=7 format=3 uid="uid://dgkfas2hgwob4"]
1+
[gd_scene load_steps=7 format=3]
22

33
[ext_resource type="Script" path="res://demo/src/Player.gd" id="1_nm1yx"]
44
[ext_resource type="Script" path="res://demo/src/CameraManager.gd" id="2_loos7"]

project/demo/components/UI.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=2 format=3 uid="uid://c31srg2a83sgp"]
1+
[gd_scene load_steps=2 format=3]
22

33
[ext_resource type="Script" path="res://demo/src/UI.gd" id="1_why5e"]
44

project/demo/components/World.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=4 format=3 uid="uid://c0djt8d57nivw"]
1+
[gd_scene load_steps=4 format=3]
22

33
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_vibap"]
44
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)

0 commit comments

Comments
 (0)