Add tree
This commit is contained in:
parent
4985642acb
commit
fc1591371b
File diff suppressed because one or more lines are too long
97
WikiJam/Level/Objects/Tree.tscn
Normal file
97
WikiJam/Level/Objects/Tree.tscn
Normal file
File diff suppressed because one or more lines are too long
4
WikiJam/Materials/Bark.tres
Normal file
4
WikiJam/Materials/Bark.tres
Normal file
@ -0,0 +1,4 @@
|
||||
[gd_resource type="SpatialMaterial" format=2]
|
||||
|
||||
[resource]
|
||||
albedo_color = Color( 0.317647, 0.2, 0.113725, 1 )
|
4
WikiJam/Materials/Leaves.tres
Normal file
4
WikiJam/Materials/Leaves.tres
Normal file
@ -0,0 +1,4 @@
|
||||
[gd_resource type="SpatialMaterial" format=2]
|
||||
|
||||
[resource]
|
||||
albedo_color = Color( 0.231373, 0.490196, 0, 1 )
|
BIN
WikiJam/Models/Tree.glb
Normal file
BIN
WikiJam/Models/Tree.glb
Normal file
Binary file not shown.
1062
WikiJam/Models/Tree.glb.import
Normal file
1062
WikiJam/Models/Tree.glb.import
Normal file
File diff suppressed because it is too large
Load Diff
@ -55,6 +55,8 @@ ui_nodepath = NodePath("HUD")
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0 )
|
||||
far = 500.0
|
||||
|
||||
[node name="Listener" type="Listener" parent="Camera"]
|
||||
|
||||
[node name="Collider" type="CollisionShape" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0 )
|
||||
shape = SubResource( 1 )
|
||||
@ -68,7 +70,7 @@ script = ExtResource( 2 )
|
||||
|
||||
[node name="Footstep" type="AudioStreamPlayer3D" parent="Footsteps"]
|
||||
stream = ExtResource( 3 )
|
||||
unit_db = -25.0
|
||||
unit_db = -10.0
|
||||
pitch_scale = 1.5
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 4 )]
|
||||
|
BIN
WikiJam/Sounds/dino-eat.wav
Normal file
BIN
WikiJam/Sounds/dino-eat.wav
Normal file
Binary file not shown.
21
WikiJam/Sounds/dino-eat.wav.import
Normal file
21
WikiJam/Sounds/dino-eat.wav.import
Normal file
@ -0,0 +1,21 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamSample"
|
||||
path="res://.import/dino-eat.wav-0bc7be11b37e5673862d9b344ce11abc.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sounds/dino-eat.wav"
|
||||
dest_files=[ "res://.import/dino-eat.wav-0bc7be11b37e5673862d9b344ce11abc.sample" ]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=true
|
||||
edit/normalize=true
|
||||
edit/loop=false
|
||||
compress/mode=0
|
Loading…
x
Reference in New Issue
Block a user