translated movement to state machine
This commit is contained in:
parent
c3ff41e1e6
commit
ea3b68aef8
9 changed files with 98 additions and 19 deletions
|
|
@ -1,7 +1,6 @@
|
|||
[gd_scene format=3 uid="uid://cv0ub3llm3jew"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dcqd0wo5y5a1g" path="res://objects/player_character.tscn" id="1_kyfjp"]
|
||||
[ext_resource type="CharacterData" uid="uid://bmudhddb0vedg" path="res://data/default_player_character.tres" id="2_amxg5"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_kyfjp"]
|
||||
sky_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1)
|
||||
|
|
@ -27,7 +26,6 @@ shadow_enabled = true
|
|||
|
||||
[node name="PlayerCharacter" parent="." unique_id=1435471129 instance=ExtResource("1_kyfjp")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
data = ExtResource("2_amxg5")
|
||||
|
||||
[node name="CSGCombiner3D" type="CSGCombiner3D" parent="." unique_id=885387983]
|
||||
use_collision = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue