basic setup

This commit is contained in:
Clevertop 2024-09-24 10:34:17 +10:00
parent 57c4b27db5
commit 8653ab0d2b
11 changed files with 305 additions and 15 deletions

15
slides/standard.tscn Normal file
View file

@ -0,0 +1,15 @@
[gd_scene load_steps=2 format=3 uid="uid://ccokwij05tg74"]
[ext_resource type="PackedScene" uid="uid://b3hn5sbsngqud" path="res://widgets/header.tscn" id="1_bhwne"]
[node name="BaseSlide" type="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Header" parent="." instance=ExtResource("1_bhwne")]
layout_mode = 2
title = "Welcome to Godot!"
subtitle = "It's a really cool engine!"