letsgamedev / Suffragium

A game developed in a democratic cycle.
GNU Affero General Public License v3.0
51 stars 21 forks source link

Fixed compatibility with Godot 3.5 #78

Closed MarioLiebisch closed 2 years ago

MarioLiebisch commented 2 years ago

Description

Godot 3.5 introduces new members show() and hide() for CanvasLayer conflicting with the end game menu, since it provides a method show() with different signature.

Type of change

Testing

Without these changes the project won't run under Godot 3.5 since API changes cause conflicting function signatures.

Checklist