Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SpieleentwicklungBodensee/ggj_2024 …
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
drwuro committed Jan 28, 2024
2 parents fa1cd82 + 7dd2b21 commit 7879ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Feather.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DRAG = .0005
COLLISION_RADIUS = 12 # not an actual radius. Half the collision square's height
COLLISION_TILES = ["#", 'h', 'i', 'j', 'H', 'X', 'Y', 'd', 'b', 'q', 'p', 'l',
'-', '+', 'o', 'u', 'n', ]
'-', '+', 'o', 'u', 'n', 'w', 'm', 'c', 'C']


class Feather:
Expand Down
4 changes: 2 additions & 2 deletions levels/3.lvl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ q---p d-----------b ne l
## u ww l ww d-p
do----oop ww n ww q----b
n ww ww l
ww ww l
F ww mmmmm ww l
Y T ww ww l
F ### ww mmmmm ww l
-------------------------------p

0 comments on commit 7879ad9

Please sign in to comment.