thunderrabbit / conswi

A swipe game for Godot 3
GNU General Public License v3.0
4 stars 4 forks source link

use big back button instead of small one #96

Open thunderrabbit opened 2 years ago

thunderrabbit commented 2 years ago

There's a small back button that needs to be removed altogether

It should be replaced with the big button that appears after the game is won/ lost

thunderrabbit commented 2 years ago

https://github.com/thunderrabbit/conswi/wiki/scene-level_select_screen

thunderrabbit commented 2 years ago

The small button is 'res://images/hud_buttons/back@3x.png' and appears in HUD.tscn

The large button is too big to fit during game play as it would cover up the required quantity of tiles:

no room for big button during game playexample big button after win

In these photos, there is a red dot on the small button just to identify it.