Skip to content

Commit ffd2a9d

Browse files
authored
Merge pull request #210 from defold/physics_translate
Add new function `spine.physics_translate()`
2 parents 5fdecf1 + 5b0083c commit ffd2a9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+334
-1
lines changed

assets/mix_skins/skin_mixer.script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
local tick_count = 0
22

33
local function customise_body_repeating(self)
4+
spine.set_skin(self.spine_model_id, "base_empty")
45
timer.delay(2, true, function()
56
if tick_count == 0 then
67
spine.clear_skin(self.spine_model_id, "base_empty")
Binary file not shown.

assets/trophy_wingame_spine/celestial-circus-pro.spinejson

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
21.6 KB

0 commit comments

Comments
 (0)