~rabbits/markl

58a374ccef0d180a158ed843394d5dbec85964af — Devine Lu Linvega a month ago 1c55752
Tuned door animation
1 files changed, 4 insertions(+), 3 deletions(-)

M src/markl.tal
M src/markl.tal => src/markl.tal +4 -3
@@ 8,6 8,7 @@
|a0 @File &vector $2 &success $1 &success-lb $1 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2
|c0 @DateTime &year $2 &month $1 &day $1 &hour $1 &minute $1 &second $1 &dotw $1 &doty $2 &isdst $1
	( TODOs:
	| draw modifiers during turn
	| Step button
	| Clear all button
	| controller support


@@ 437,11 438,11 @@
	;&delay !<set-post-turn>

	&delay ( -- )
	#e0 ;&animation !<animate-delay>
	#f0 ;&animation !<animate-delay>

	&animation ( -- )
	;player-jump-chr <set-state>
	.player/posy LDZ2 #0030 SUB2 #0001 ;&callback !<animate-player-posy>
	;player-walk-chr <set-state>
	.player/posy LDZ2 #0008 SUB2 #0001 ;&callback !<animate-player-posy>

	&callback ( -- )
	;player-idle-chr <set-state>