From 3a22d5f9a6e539deb1fee5209af3557ae2b598fa Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sat, 24 Apr 2021 22:11:35 +0200 Subject: Push --- scenes/menu.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scenes') diff --git a/scenes/menu.tscn b/scenes/menu.tscn index 912ff99..b84a4f2 100644 --- a/scenes/menu.tscn +++ b/scenes/menu.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=2] [ext_resource path="res://components/Logo.tscn" type="PackedScene" id=1] -[ext_resource path="res://components/buttontest.tscn" type="PackedScene" id=2] +[ext_resource path="res://components/button.tscn" type="PackedScene" id=2] [node name="Node2D" type="Node2D"] @@ -9,5 +9,5 @@ position = Vector2( 144.311, 162.722 ) [node name="ButtonTest" parent="." instance=ExtResource( 2 )] -position = Vector2( 713.045, 367.228 ) -text = "Goodbye" +position = Vector2( 677.355, 443.519 ) +text = "Exit" -- cgit