mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 17:23:47 +00:00
Isometric implementation
This commit is contained in:
parent
1434f7aa6d
commit
ed656f00bb
92 changed files with 2834 additions and 223 deletions
24
Scenes/Actors/IsoPlayer_FSM.tscn
Normal file
24
Scenes/Actors/IsoPlayer_FSM.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://rimplblbptcd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddwhrlrgj6i00" path="res://Sprites/Actors/Cirno.png" id="1_vex34"]
|
||||
[ext_resource type="Script" uid="uid://cn3o414nvdd58" path="res://Scripts/Components/FSM/3DPlayer/IsoPlayerStateMachine.cs" id="1_vsywg"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_vex34"]
|
||||
radius = 0.260804
|
||||
|
||||
[node name="IsoPlayerFsm" type="CharacterBody3D"]
|
||||
collision_layer = 2
|
||||
|
||||
[node name="StateMachine" type="Node" parent="."]
|
||||
script = ExtResource("1_vsywg")
|
||||
|
||||
[node name="Sprite" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, 0, 0, 0)
|
||||
pixel_size = 0.05
|
||||
texture_filter = 0
|
||||
texture = ExtResource("1_vex34")
|
||||
hframes = 3
|
||||
vframes = 4
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("SphereShape3D_vex34")
|
||||
|
|
@ -334,11 +334,11 @@ collision_mask = 97
|
|||
platform_floor_layers = 4294967294
|
||||
platform_wall_layers = 97
|
||||
script = ExtResource("1_g3wua")
|
||||
PlayerFSM = NodePath("StateMachine")
|
||||
PlayerFSM = NodePath("")
|
||||
InteractionController = NodePath("InteractionController")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="StateMachine" type="Node2D" parent="." node_paths=PackedStringArray("MotivationResource", "Shield")]
|
||||
[node name="StateMachine" type="Node" parent="." node_paths=PackedStringArray("MotivationResource", "Shield")]
|
||||
script = ExtResource("1_mpmil")
|
||||
MotivationResource = NodePath("../DamageReceiver/MotivationProvider")
|
||||
Shield = NodePath("../DamageReceiver/ShieldProvider")
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
script = ExtResource("4_u1i8n")
|
||||
EggIndex = 0
|
||||
StartingEquipment = Array[ExtResource("2_g20dv")]([ExtResource("3_6314l")])
|
||||
RemoveEquipment = Array[ExtResource("2_g20dv")]([])
|
||||
RemoveEquipment = []
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_1tvdd"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue