Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrShmoods committed Dec 28, 2024
2 parents 904758e + 352fd9b commit 3bee64d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- _________________________ Application Settings _________________________ -->

<app title="Tankmas 2024" file="Tankmas 2024" main="Main" version="28.0.0" company="Glenside Helper Elf Society" />
<app title="Tankmas 2024" file="Tankmas 2024" main="Main" version="28.1.0" company="Glenside Helper Elf Society" />

<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file
or you can set the actual size of your file manually at "FlxPreloaderBase-onUpdate-bytesTotal"-->
Expand Down
2 changes: 1 addition & 1 deletion assets/data/entries/costume-sheets.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"angle": 10
},
{
"name": null,
"name": "juby",
"angle": 10
},
{
Expand Down
Binary file modified assets/images/ui/sticker-menu/pets-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/entities/Present.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Present extends Interactable

comic = def.comicProperties != null ? true : false;

if (["dragonmiracles", "guri"].contains(username))
if (["dragonmiracles", "guri", "marbardan82"].contains(username))
comic = true;

openable = true;
Expand Down

0 comments on commit 3bee64d

Please sign in to comment.