Skip to content

Commit

Permalink
[godot] Update v4 samples
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Apr 4, 2024
1 parent 120577b commit 113f687
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 131 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
script = ExtResource("1")

[node name="Spineboy" type="SpineSprite" parent="."]
position = Vector2(481, 457)
position = Vector2(147, 493)
scale = Vector2(0.5, 0.5)
skeleton_data_res = ExtResource("2")
preview_skin = "Default"
Expand Down
3 changes: 1 addition & 2 deletions spine-godot/example-v4/examples/07-slot-node/slot-node.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ preview_time = 0.0

[node name="GunSlot" type="SpineSlotNode" parent="Spineboy"]
show_behind_parent = true
position = Vector2(40.8753, -276.036)
position = Vector2(40.8752, -276.036)
rotation = 0.837234
scale = Vector2(1, 1)
slot_name = "gun"
Expand Down Expand Up @@ -49,7 +49,6 @@ texture = ExtResource("4")
show_behind_parent = true
position = Vector2(-29.0298, -241.577)
rotation = 0.995187
scale = Vector2(1, 1)
slot_name = "front-fist"

[node name="TinySpineboy" type="SpineSprite" parent="Spineboy/FrontFistSlot"]
Expand Down
Loading

0 comments on commit 113f687

Please sign in to comment.