hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Create entirely new Controller
I want to tack on and say you could extend the rootController and dispatch from there. public function rootController_sweetNothing_handler($sender, $args) { return $this->Dispatch($sender, $args);… (View Post)4 -
Re: Test Post
Much story Very wisdoms Amaze true (View Post)2 -
Re: Non mutually exclusive reactions?
You have not missed anything. Reactions are designed to be mutually exclusive. Nothing is impossible, but I don't think I would add this to Yaga. Perhaps a plugin could provide this functionality. (View Post)1 -
Re: Recolor sprites
@rbrahmson said: The idea is you can change the spritesheet as you see fit. Vanilla also provides a white version (https://images.v-cdn.net/sprites-14-fff.png). EDIT: CSS can't really override colors… (View Post)7 -
Re: How to download from github
Github offers a zip download on the right hand side of the page: Alternatively, you can clone the repository via your favorite git client: git clone https://github.com/vanilla/addons (View Post)2