From 28142b2545f244e2670d2c29d3c070d9ad8b7e9a Mon Sep 17 00:00:00 2001 From: VAILLANT Jeremy Date: Sat, 8 May 2021 12:51:30 +0200 Subject: [PATCH] Add screne interfaces --- scenes/UI/About.tscn | 8 ++++++++ scenes/UI/ChooseScene.tscn | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 scenes/UI/About.tscn create mode 100644 scenes/UI/ChooseScene.tscn diff --git a/scenes/UI/About.tscn b/scenes/UI/About.tscn new file mode 100644 index 0000000..c56b556 --- /dev/null +++ b/scenes/UI/About.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="About" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/scenes/UI/ChooseScene.tscn b/scenes/UI/ChooseScene.tscn new file mode 100644 index 0000000..81d2651 --- /dev/null +++ b/scenes/UI/ChooseScene.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="ChooseScene" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +}