Skip to content

Commit 0bf6465

Browse files
committed
fix: blind chip can be dragged again
1 parent 75d236e commit 0bf6465

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lovely/blind.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ match_indent = true
4848
payload = '''
4949
local obj = self.config.blind
5050
self.children.animatedSprite = SMODS.create_sprite(self.T.x, self.T.y, self.T.w, self.T.h, obj.atlas or 'blind_chips', obj.pos or G.P_BLINDS.bl_small.pos)
51+
self.children.animatedSprite.states = self.states
5152
'''
5253

5354
[[patches]]

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "1.0.0~BETA-1223a-STEAMODDED"
1+
return "1.0.0~BETA-1223b-STEAMODDED"

0 commit comments

Comments
 (0)