This commit is contained in:
2025-01-18 12:10:54 +01:00
parent 14c0da55c3
commit 7c7d9d03f2
5 changed files with 48 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ _data = {
script = ExtResource("1_kjuyr")
SENSI = 0.002
SPEED_PARTICULES = 50.0
cooldown = 4.0
head = NodePath("head")
anim = NodePath("AnimationPlayer")
particules = NodePath("GPUParticles3D")

View File

@@ -1,11 +1,12 @@
[gd_scene load_steps=10 format=3 uid="uid://brc445tt624lb"]
[ext_resource type="Texture2D" uid="uid://pr42rnokdw6w" path="res://model/icon.svg" id="1_hg70h"]
[ext_resource type="PackedScene" uid="uid://c74354tlmcg6h" path="res://scene/player.tscn" id="1_ka8xa"]
[ext_resource type="Texture2D" uid="uid://dqae1tksey0vm" path="res://model/Floor_GrassTexture.png" id="1_odesb"]
[ext_resource type="PackedScene" uid="uid://du08nv2jrl6vr" path="res://scene/check_point.tscn" id="4_yoxfn"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5mtg0"]
albedo_texture = ExtResource("1_hg70h")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_b2syh"]
albedo_texture = ExtResource("1_odesb")
uv1_scale = Vector3(100, 100, 100)
[sub_resource type="PlaneMesh" id="PlaneMesh_2hvdi"]
size = Vector2(500, 500)
@@ -26,12 +27,12 @@ sky = SubResource("Sky_hj0r3")
ambient_light_source = 3
ambient_light_color = Color(0.371645, 0.450792, 0.92621, 1)
volumetric_fog_enabled = true
volumetric_fog_density = 0.1
volumetric_fog_density = 0.2
[node name="walk_zone" type="Node3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
material_override = SubResource("StandardMaterial3D_5mtg0")
material_override = SubResource("StandardMaterial3D_b2syh")
mesh = SubResource("PlaneMesh_2hvdi")
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]