switch circles to 'o' to avoid conflicting with copy
[?]
Jun 5, 2022, 3:35 AM
WSXSEZQ2NLWSCVBFS6DBQMNDHPL7RWDTAPZZHT3K3UMXSBMBQH4ACDependencies
- [2]
HOSPP2ANcrisp font rendering - [3]
VHQCNMARseveral more modules - [4]
2MA33THZfew more transitions between shapes - [5]
WTDKUACNrectangle and square shapes - [6]
DXT4QTAHa few more integer coordinates - [7]
XNFTJHC4split keyboard handling between Text and Drawing - [*]
BLWAYPKVextract a module
Change contents
- replacement in help.lua at line 32
love.graphics.print("* Press 'ctrl+c' to switch to drawing circles/arcs", 16+30,y)love.graphics.print("* Press 'ctrl+o' to switch to drawing circles/arcs", 16+30,y) - replacement in help.lua at line 98
love.graphics.print("* Press 'c' to switch to drawing circles/arcs", 16+30,y)love.graphics.print("* Press 'o' to switch to drawing circles/arcs", 16+30,y) - replacement in drawing.lua at line 421
elseif chord == 'C-c' and not love.mouse.isDown('1') thenelseif chord == 'C-o' and not love.mouse.isDown('1') then - replacement in drawing.lua at line 431
elseif love.mouse.isDown('1') and chord == 'c' thenelseif love.mouse.isDown('1') and chord == 'o' then