bottom bar stub

This commit is contained in:
Matt Parker
2025-11-24 19:05:41 +10:00
parent f56db8d663
commit 36592ba49e
4 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
namespace SharpIDE.Godot.Features.BottomBar;
public partial class BottomBar : HBoxContainer
{
}

View File

@@ -0,0 +1 @@
uid://dkeruijr43xlk

View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=2 format=3 uid="uid://dr41a4isv0dd5"]
[ext_resource type="Script" uid="uid://dkeruijr43xlk" path="res://Features/BottomBar/BottomBar.cs" id="1_6bm5o"]
[node name="BottomBar" type="HBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_6bm5o")