Improved dash skill
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=35 format=3 uid="uid://b40y7iuskv1ar"]
|
||||
[gd_scene load_steps=36 format=3 uid="uid://b40y7iuskv1ar"]
|
||||
|
||||
[ext_resource type="Script" path="res://Main.gd" id="1_cw3ws"]
|
||||
[ext_resource type="Script" path="res://network/Client.gd" id="2_8hxcx"]
|
||||
@ -29,6 +29,7 @@
|
||||
[ext_resource type="Material" uid="uid://dw754wh1xcwgr" path="res://world/trees/LeafMaterial1.tres" id="21_v66do"]
|
||||
[ext_resource type="Material" uid="uid://cxlib6jo32hxg" path="res://world/trees/LeafMaterial2.tres" id="22_k67l0"]
|
||||
[ext_resource type="Material" uid="uid://c8o7cihkhrqf6" path="res://world/trees/LeafMaterial3.tres" id="23_lxn2x"]
|
||||
[ext_resource type="AudioStream" uid="uid://b36mntcqlt553" path="res://assets/audio/ambience/Wind-Vegetation-Leaves-Gusts.wav" id="30_b3a1m"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_he5c5"]
|
||||
diffuse_mode = 3
|
||||
@ -131,6 +132,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
|
||||
shape = SubResource("BoxShape3D_yg2lt")
|
||||
|
||||
[node name="Grass" type="MultiMeshInstance3D" parent="World"]
|
||||
visible = false
|
||||
layers = 2
|
||||
material_override = ExtResource("18_tja64")
|
||||
cast_shadow = 0
|
||||
@ -142,7 +144,7 @@ scene = ExtResource("20_xjraj")
|
||||
noise = SubResource("FastNoiseLite_xy4ll")
|
||||
size_x = 100.0
|
||||
size_z = 100.0
|
||||
step = 10.0
|
||||
step = 15.0
|
||||
density = 0.3
|
||||
scale_max = 2.0
|
||||
|
||||
@ -172,6 +174,11 @@ tilt = 0.15
|
||||
|
||||
[node name="Follow" parent="World" instance=ExtResource("12_aljdh")]
|
||||
|
||||
[node name="Ambience" type="AudioStreamPlayer" parent="World"]
|
||||
stream = ExtResource("30_b3a1m")
|
||||
autoplay = true
|
||||
bus = &"Ambience"
|
||||
|
||||
[node name="Players" type="Node3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("16_dp6bj")
|
||||
|
Reference in New Issue
Block a user