diff options
Diffstat (limited to 'client/menu/about.gd')
| -rw-r--r-- | client/menu/about.gd | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/client/menu/about.gd b/client/menu/about.gd index 1a32255a..d5a688fd 100644 --- a/client/menu/about.gd +++ b/client/menu/about.gd @@ -37,6 +37,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>."""  const SOURCE_CODE := "https://codeberg.org/hurrycurry/hurrycurry"  func _ready() -> void: +	super()  	$side/margin/options/first/source.tooltip_text = SOURCE_CODE  var credits := [ | 
