|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|90 @Mouse &vector $2 &x $2 &y $2 &state $1 &chord $1 |
|
|
|
|90 @Mouse &vector $2 &x $2 &y $2 &state $1 &chord $1 |
|
|
|
|a0 @File &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2 |
|
|
|
|a0 @File &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2 |
|
|
|
|
|
|
|
|
|
|
|
|0000 |
|
|
|
|000 |
|
|
|
|
|
|
|
|
|
|
|
@state &timer $1 &changed $1 |
|
|
|
@state &timer $1 &changed $1 |
|
|
|
@settings &depth $1 &color $1 &blend $1 &ratio $1 &tool $1 &focus $2 &zoom $1 &brush $1 |
|
|
|
@settings &depth $1 &color $1 &blend $1 &ratio $1 &tool $1 &focus $2 &zoom $1 &brush $1 |
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
@tileview &x1 $2 &y1 $2 &x2 $2 &y2 $2 |
|
|
|
@tileview &x1 $2 &y1 $2 &x2 $2 &y2 $2 |
|
|
|
@nametableview &x $2 &y $2 &x2 $2 &y2 $2 |
|
|
|
@nametableview &x $2 &y $2 &x2 $2 &y2 $2 |
|
|
|
|
|
|
|
|
|
|
|
|0100 ( -> ) |
|
|
|
|100 ( -> ) |
|
|
|
|
|
|
|
|
|
|
|
( meta ) |
|
|
|
( meta ) |
|
|
|
;meta #06 DEO2 |
|
|
|
;meta #06 DEO2 |
|
|
|
@ -71,7 +71,7 @@ BRK |
|
|
|
( name ) "Nasu 0a |
|
|
|
( name ) "Nasu 0a |
|
|
|
( details ) "A 20 "Sprite 20 "Editor 0a |
|
|
|
( details ) "A 20 "Sprite 20 "Editor 0a |
|
|
|
( author ) "By 20 "Hundred 20 "Rabbits 0a |
|
|
|
( author ) "By 20 "Hundred 20 "Rabbits 0a |
|
|
|
( date ) "13 20 "Dec 20 "2023 00 |
|
|
|
( date ) "6 20 "Jun 20 "2024 00 |
|
|
|
01 |
|
|
|
01 |
|
|
|
( icon ) 83 =appicon |
|
|
|
( icon ) 83 =appicon |
|
|
|
|
|
|
|
|
|
|
|
@ -1272,6 +1272,7 @@ JMP2r |
|
|
|
|
|
|
|
|
|
|
|
( clear ) |
|
|
|
( clear ) |
|
|
|
;spritesheet #1300 mclr |
|
|
|
;spritesheet #1300 mclr |
|
|
|
|
|
|
|
load-theme |
|
|
|
( spritesheet ) |
|
|
|
( spritesheet ) |
|
|
|
;filepath .File/name DEO2 |
|
|
|
;filepath .File/name DEO2 |
|
|
|
#1000 .File/length DEO2 |
|
|
|
#1000 .File/length DEO2 |
|
|
|
@ -1434,10 +1435,12 @@ JMP2r |
|
|
|
@move-down ( -- ) #0001 !mod-selection |
|
|
|
@move-down ( -- ) #0001 !mod-selection |
|
|
|
@move-left ( -- ) #ff00 !mod-selection |
|
|
|
@move-left ( -- ) #ff00 !mod-selection |
|
|
|
@move-right ( -- ) #0100 !mod-selection |
|
|
|
@move-right ( -- ) #0100 !mod-selection |
|
|
|
@move-dech ( -- ) #00ff !mod-selection |
|
|
|
|
|
|
|
@move-inch ( -- ) #0001 !mod-selection |
|
|
|
@move-dech ( -- ) #00ff !scale-selection |
|
|
|
@move-decw ( -- ) #ff00 !mod-selection |
|
|
|
@move-inch ( -- ) #0001 !scale-selection |
|
|
|
@move-incw ( -- ) #0100 !mod-selection |
|
|
|
@move-decw ( -- ) #ff00 !scale-selection |
|
|
|
|
|
|
|
@move-incw ( -- ) #0100 !scale-selection |
|
|
|
|
|
|
|
|
|
|
|
@move-reset ( -- ) .selection/x1 LDZ2 .selection/x2 STZ2 !redraw |
|
|
|
@move-reset ( -- ) .selection/x1 LDZ2 .selection/x2 STZ2 !redraw |
|
|
|
|
|
|
|
|
|
|
|
@select-all ( -- ) |
|
|
|
@select-all ( -- ) |
|
|
|
|