Skip to content

Feature Request: Support step stats gifs lua #641

Description

@stclairdaniel

I have no idea how any of this works or if this is feasible at all. yoonjelly made this for me and it works in zmod - if this is a pain, feel free to close.

Note: I threw this in the folder and it just didn't appear in the gifs options. Let me know if user error!

Image

RootReducer spooky.lua

t = Def.ActorFrame {}

t[#t+1] = Def.Sprite {
	
	Texture="RootReducer Spooky 2x2.png",
	Frame0000=0,	Delay0000=0.5,
	Frame0001=1,	Delay0001=0.5,
	Frame0002=2,	Delay0002=0.5,
	Frame0003=3,	Delay0003=0.5,
	Frame0004=0,	Delay0004=0.5,
	Frame0005=1,	Delay0005=0.5,
	Frame0006=2,	Delay0006=0.5,
	Frame0007=3,	Delay0007=0.5,
	Frame0008=0,	Delay0008=0.5,
	Frame0009=1,	Delay0009=0.5,
	Frame0010=2,	Delay0010=0.5,
	Frame0011=3,	Delay0011=0.5,
	Frame0012=0,	Delay0012=0.5,
	Frame0013=1,	Delay0013=0.5,
	Frame0014=2,	Delay0014=0.5,
	Frame0015=3,	Delay0015=0.5,

	OnCommand=function(self)
		self:effectclock("bgm")
		self:cropright(0.02)
		self:cropleft(0.02)
		self:croptop(0.02)
		self:cropbottom(0.02)
	end
	
}

return t

Metadata

Metadata

Assignees

Labels

enhancementNew feature, improvement, or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions