⋆⁺₊♱ the big halloween update ♱⁺₊⋆


hey little wareware creatures!~🖤

we’ve been cooking hard these past weeks and are finally bringing some wareware updates for u, just in time for halloween! if you are looking to try out the new drawing UI, CSS crimes and room action, head over the wareware page or try it on www.wareware.rip ₊˚🕯️♱‧₊˚.

ps: we’re also running a wareware jam over the halloween week, check below for details!

list-o’-features (¬ ´ཀ` )¬

🎨 new sprite drawing ui

image.png

you can now draw sprites and tiles directly in the editor!!🖤🖤🖤

there’s draw, fill and an eraser tool. the fill tool is super handy for quick palette swaps.

you can also create duplicates of graphics now and directly download your tiles/sprite gfx if you want to keep editing them in an external tool like Aseprite~

here are some sneaky drawing top tips as well:

  • use Alt + Left Click to pick a color or alpha/Erase mode
  • use Right Click in Draw mode to quick erase

we’re still tweaking the interface and might add more features (maybe flipping and rotating graphics? and also a better UI for animated spritesheets) and are very much looking forward to your feedback and thoughts on this!

⚠️ css crimes now even more criminal

image.png

for all the hacker-gyrls🩷: until now you were only able to do css crimes on the background element of the game. we’ve extended this so you can edit the css of any element in the game now!! and even the editor (˵ ¬ᴗ¬˵) !!!! css animations are also now possible

each room has it’s own css rules, although we might also add game-wide css crimes if people would like to. here are some css selectors for you to tinker with. copypaste them in your room properties:

/* change the room background*/
#game {
  background-color: #acab69 !important;
}

/* style message bubbles */
.textbox {
  color: #000  !important;
  background-color: #d75fc0  !important;
}

/* images! css filters are super fun */
.imageCard {
  filter: blur(32px);
}

/* aaaaaa */
body {
 animation: tilt-shaking ease 5s infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(1deg); }
  50% { transform: rotate(-1deg); }
  100% { transform: rotate(1deg); }
}

sometimes you need to add !important for stuff to work☠️

please share your css crimes with us! we are very exited to see what people come up with, >:3

🪛 new action for messing with rooms

image.png

there’s a new sprite action, Change Room Settings! you can change background and css crimes mid-dialog~

you can build some pretty cool effects if you also use css transitions or animations.

🦇 cuteee halloween asset pack

it’s like a custom RTP, but for wareware and it’s creepsy😍

chris drew these just for you, we hope u enjoy them! they will be available as default just for halloween, but we might make a starter pack .rip with them for download later🧟

🕯️ and moooorrrreeeeeeeeeeeeeee

  • there’s now a confirmation dialog when closing wareware, so no more accidental tab closing and losing your last 3 hours of work🫠🫠🫠 (we’re also working on adding autosave back in, which will make things even more comfy to use)
  • we updated the itch page a little! thaaannnnnkk uuu leaf for giving us custom css access❤️‍🔥
  • a couple of small bug fixes here and there

🎃 misty’s halloween jam

shhhhh! itch.io doesn’t want you to know about this super secret jam~~ but it’s gonna be very cute and we even have some prices for our fav 3 entries. head over to the jam page, the theme will be announced soon!

that’s it from us for now🖤 we’ve been super excited to see all the stuff you’ve been making with wareware so far and hope u are enjoying our little tool!

next month we will have undo/redo working, pinky promise ( • ᴗ - ) ✧. please keep your feedback and ideas coming, either here on itch or on our discord: https://discord.gg/69vW7S6xFU

also check out these games made with wareware, and if u make one yourself please post it on itch and send it to us (´。•ᵕ•。`)♡
https://itch.io/c/6214912/made-with-wareware-

ok see u soon babes~~~<3<3<3

Comments

Log in with itch.io to leave a comment.

(+3)

Exciting additions wooo :D Happy Halloween~