Skip to content

Releases: koterba/Burtle

v1.5

11 May 13:35
13c05e1
Compare
Choose a tag to compare
  1. Added new "black_square" asset

v1.4

04 May 20:51
1686d81
Compare
Choose a tag to compare
  1. Fixed file that was breaking the @event decorator

v1.3

03 May 23:04
e2ee190
Compare
Choose a tag to compare
  1. Instead of doing a while loop, then running the mainloop() function inside of it, you can now simply use the run() function without any other loop
  2. To add logic or anything else you'd do in the while loop, simply make a function with the "@event" decorator, it will be ran automatically when calling the run function at the bottom

v1.2

25 Apr 22:37
d483f00
Compare
Choose a tag to compare
  1. solid argument (bool) can be passed on creation of a burtle, this will not allow other burtles to move through it if you are using the default_keys method for movement

v1.1.1

25 Apr 13:22
6a0ed4a
Compare
Choose a tag to compare

fixed versioning 😳

v1.1

25 Apr 12:49
87fbc9b
Compare
Choose a tag to compare

messed up the version number!!

v1.0.3

21 Apr 18:29
ec85649
Compare
Choose a tag to compare

Added arrow keys to event listener, under the names: "up, down, left, right"
Removed more debug print statements

v1.0.2

21 Apr 08:45
c6c974a
Compare
Choose a tag to compare

Removed debug print statements

v1.0.1

21 Apr 08:43
c6c974a
Compare
Choose a tag to compare

Fixed paths not working on linux

v1

20 Apr 23:12
a7dabf8
Compare
Choose a tag to compare
v1

Default images working on both linux and windows now
Key events work well now too, including the space bar