Browse code

Added new graphic

neauoire authored on 19/03/2021 21:07:17
Showing 2 changed files
1 1
new file mode 100644
2 2
Binary files /dev/null and b/projects/picture2a1a.bit differ
... ...
@@ -41,7 +41,7 @@
41 41
 |0100 @RESET 
42 42
 	
43 43
 	( default canvas )
44
-	#0020 =canvas.w #0010 =canvas.h
44
+	#002a =canvas.w #001a =canvas.h
45 45
 
46 46
 	( default brush )
47 47
 	#04 =cursor.size
... ...
@@ -440,7 +440,7 @@ RTN
440 440
 
441 441
 @draw-toolbar
442 442
 	
443
-	~toolbar.x1 -- ~toolbar.y1 -- ~toolbar.x2 ~toolbar.y2 #02 ,line-rect JSR2
443
+	~toolbar.x1 -- ~toolbar.y1 -- ~toolbar.x2 ~toolbar.y2 #00 ,line-rect JSR2
444 444
 	~toolbar.x1 #0002 SUB2 ~toolbar.y1 #0002 SUB2 ~toolbar.x2 ~toolbar.y2 #01 ,line-rect JSR2
445 445
 
446 446
 	~toolbar.x1 =Sprite.x
... ...
@@ -450,7 +450,7 @@ RTN
450 450
 	( draw brush sizes )
451 451
 
452 452
 	$sizes
453
-		( draw ) #09 ~Sprite.y ~toolbar.y1 SUB2 8/ SWP POP ~cursor.size EQU #02 MUL ADD =Sprite.color
453
+		( draw ) #01 ~Sprite.y ~toolbar.y1 SUB2 8/ SWP POP ~cursor.size EQU #02 MUL ADD =Sprite.color
454 454
 		( incr ) ~Sprite.y 8+ =Sprite.y
455 455
 		( incr ) ~Sprite.addr 8+ =Sprite.addr
456 456
 		,$sizes ~Sprite.y ~toolbar.y1 #0040 ADD2 LTH2 JMP2?
... ...
@@ -462,7 +462,7 @@ RTN
462 462
 	,pattern_icn =Sprite.addr
463 463
 
464 464
 	$patterns
465
-		( draw ) #09 ~Sprite.y ~toolbar.y1 SUB2 8/ SWP POP ~cursor.patt EQU #02 MUL ADD =Sprite.color
465
+		( draw ) #01 ~Sprite.y ~toolbar.y1 SUB2 8/ SWP POP ~cursor.patt EQU #02 MUL ADD =Sprite.color
466 466
 		( incr ) ~Sprite.y 8+ =Sprite.y
467 467
 		( incr ) ~Sprite.addr 8+ =Sprite.addr
468 468
 		,$patterns ~Sprite.y ~toolbar.y1 #0040 ADD2 LTH2 JMP2?
... ...
@@ -598,7 +598,7 @@ RTN
598 598
 @save_icn       [ fe82 8282 848a f400 ]
599 599
 
600 600
 @blank_icn      [ 0000 0000 0000 0000 ]
601
-@filepath       [ projects/picture2010.bit 00 ]
601
+@filepath       [ projects/picture2a1a.bit 00 ]
602 602
 
603 603
 @font_hex
604 604
 [
... ...
@@ -626,4 +626,4 @@ RTN
626 626
 |FF60 ;File { pad 8 name 2 length 2 load 2 save 2 }
627 627
 
628 628
 |FFF0 .RESET .FRAME .ERROR ( vectors )
629
-|FFF8 [ c0fd c0f3 c0f2 ]   ( palette )
630 629
\ No newline at end of file
630
+|FFF8 [ d0df d03f d02f ]   ( palette )
631 631
\ No newline at end of file