diff options
| author | Jonas Bernard <public.jbernard@web.de> | 2021-04-24 22:11:35 +0200 |
|---|---|---|
| committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-24 22:11:35 +0200 |
| commit | 3a22d5f9a6e539deb1fee5209af3557ae2b598fa (patch) | |
| tree | 4a37961b37a37a36da211c47f0702e233f9cffd8 /scenes | |
| parent | a6d55f5145d1aa05c4b05fc4e9f980643dfbeefd (diff) | |
| download | ldjam48-3a22d5f9a6e539deb1fee5209af3557ae2b598fa.tar.gz ldjam48-3a22d5f9a6e539deb1fee5209af3557ae2b598fa.tar.bz2 ldjam48-3a22d5f9a6e539deb1fee5209af3557ae2b598fa.zip | |
Push
Diffstat (limited to 'scenes')
| -rw-r--r-- | scenes/menu.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
