Game
Glitchtale Season 2 (RE-ALPHA)
8 years ago

QUICK FIX (v0.2.3.1 Update)


Howdy!

So, with v0.2.3.0, I accidentally made a bug while changing the internal code. It’s about the menu, in which it still responds even with the STAT or CELL menu open. Gladly, this is now fixed in v0.2.3.1.


As for the engine, you could fix this bug by changing the following code:
(Found in ui_menu —> Step Event —> UI Navigation)

The code you should change:

		
			if !(instance_exists(ui_menu_item))
||(instance_exists(ui_menu_stat))
||(instance_exists(ui_menu_cell))
||(instance_exists(interact_itemdrop))
||(instance_exists(interact_itemconsume))
||(instance_exists(interact_itemexamine))
||(instance_exists(interact_itemmisc))
		
	

The code you should replace it with:

		
			if !(instance_exists(ui_menu_item))
&&!(instance_exists(ui_menu_stat))
&&!(instance_exists(ui_menu_cell))
&&!(instance_exists(interact_itemdrop))
&&!(instance_exists(interact_itemconsume))
&&!(instance_exists(interact_itemexamine))
&&!(instance_exists(interact_itemmisc))
		
	

Sorry for the inconvenience you had!



0 comments

Loading...

Next up

Fan art for Foolish I'm feeling kinda better so I drew this

Runestones: from concept to in-game model🗿

Just a Pico sprite

Rockin the Guitar, an Axe like Guitar I made for my Uni project

Today I tackled drawing different variations of facial expressions for one of the main characters in Eden. What do you think of it? :) Eden: https://gamejolt.com/games/Eden/592698

2d lighting experiment

OK, this starts to be too tricky puzzle already :D

#platformer #indiegame #puzzle

New Teasers!

Hi all, Quick update with a bunch of fixes and changes.

Updated save system, optimisation and screen tear fixes, a new shoutout room and more sounds.

Don't forget to follow the kickstarter going live on the 20th! https://www.kickstarter.com/projects/9fingergames/zapling-bygone

Enjoy!

ooh yes..