My first 2D game in Godot 4.4

This commit is contained in:
2025-08-18 19:39:33 -04:00
commit 35600f72f9
83 changed files with 2512 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
[gd_resource type="SkeletonModificationStack2D" load_steps=3 format=3 uid="uid://dtf0pmja4mcaa"]
[sub_resource type="SkeletonModification2DTwoBoneIK" id="SkeletonModification2DTwoBoneIK_7lb5u"]
target_nodepath = NodePath("FootLIK")
flip_bend_direction = true
joint_one_bone_idx = 1
joint_one_bone2d_node = NodePath("Center/UpperLegL")
joint_two_bone_idx = 2
joint_two_bone2d_node = NodePath("Center/UpperLegL/LowerLegL")
editor/draw_gizmo = false
[sub_resource type="SkeletonModification2DTwoBoneIK" id="SkeletonModification2DTwoBoneIK_h82yt"]
target_nodepath = NodePath("FootRIK")
joint_one_bone_idx = 4
joint_one_bone2d_node = NodePath("Center/UpperLegR")
joint_two_bone_idx = 5
joint_two_bone2d_node = NodePath("Center/UpperLegR/LowerLegR")
[resource]
enabled = true
modification_count = 2
modifications/0 = SubResource("SkeletonModification2DTwoBoneIK_7lb5u")
modifications/1 = SubResource("SkeletonModification2DTwoBoneIK_h82yt")