Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
ldefense
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gavin An
ldefense
Commits
9123dec3
Commit
9123dec3
authored
Jul 24, 2026
by
Gavin An
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
광원 효과 관련 수정
parent
ca674a8c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
project.godot
project.godot
+6
-0
src/core/main.tscn
src/core/main.tscn
+14
-2
src/map/stages/stage_1_map.tscn
src/map/stages/stage_1_map.tscn
+1
-1
No files found.
project.godot
View file @
9123dec3
...
...
@@ -43,3 +43,9 @@ rendering_device/driver.windows="d3d12"
renderer/rendering_method="mobile"
textures/vram_compression/import_s3tc_bptc=true
textures/vram_compression/import_etc2_astc=true
lights_and_shadows/directional_shadow/size=1024
lights_and_shadows/directional_shadow/size.mobile=512
lights_and_shadows/directional_shadow/soft_shadow_filter_quality=0
lights_and_shadows/positional_shadow/soft_shadow_filter_quality=0
lights_and_shadows/positional_shadow/atlas_size=1024
lights_and_shadows/positional_shadow/atlas_size.mobile=512
src/core/main.tscn
View file @
9123dec3
...
...
@@ -7,7 +7,13 @@
[ext_resource type="Script" uid="uid://dkplkt6q8e3b5" path="res://src/core/unit_controller.gd" id="4_unit_ctrl"]
[ext_resource type="PackedScene" uid="uid://dfsvswt2g4422" path="res://src/entities/monsters/zombie/zombie_monster.tscn" id="5_2uitn"]
[ext_resource type="PackedScene" uid="uid://bqga1rvcjyydy" path="res://src/ui/hud.tscn" id="5_hud"]
[ext_resource type="PackedScene" path="res://src/entities/monsters/skeleton/skeleton_monster.tscn" id="6_skeleton"]
[ext_resource type="PackedScene" uid="uid://c6i2b5wfca7nk" path="res://src/entities/monsters/skeleton/skeleton_monster.tscn" id="6_skeleton"]
[sub_resource type="Environment" id="Environment_byiru"]
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_htxg3"]
[sub_resource type="Compositor" id="Compositor_taimx"]
[sub_resource type="NavigationMesh" id="NavigationMesh_map"]
agent_height = 1.0
...
...
@@ -23,10 +29,16 @@ point_count = 5
script = ExtResource("1_main")
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=873926246]
environment = SubResource("Environment_byiru")
camera_attributes = SubResource("CameraAttributesPractical_htxg3")
compositor = SubResource("Compositor_taimx")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=808151930]
transform = Transform3D(
0.866025, -0.353553, 0.353553, 0, 0.707107, 0.707107, -0.5, -0.612372, 0.612372, 0, 15
, 0)
transform = Transform3D(
1, 0, 0, 0, 0.34202015, 0.9396926, 0, -0.9396926, 0.34202015, 0, 10.679649
, 0)
shadow_enabled = true
shadow_blur = 5.0
directional_shadow_mode = 0
directional_shadow_max_distance = 30.0
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="." unique_id=161846999]
navigation_mesh = SubResource("NavigationMesh_map")
...
...
src/map/stages/stage_1_map.tscn
View file @
9123dec3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment