mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-02 09:21:54 +08:00
Add new styleboxes and import energy texture
- Created a new SVG import for the energy texture, enabling better resource management and compression. - Added a StyleBoxFlat resource for the top left panel with specified margins, background color, border width, and corner radius. - Introduced a StyleBoxFlat resource for the top panel with similar properties, ensuring consistent UI design across panels.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
@tool
|
||||
extends FullscreenPanelBase
|
||||
|
||||
@onready var avaliableFeeds: Node = $"%avaliableFeeds"
|
||||
@onready var feedCards: HBoxContainer = $"%feedcards"
|
||||
|
||||
func hideAll():
|
||||
func _ready():
|
||||
for i in avaliableFeeds.get_children():
|
||||
i.hide()
|
||||
|
||||
func beforeOpen():
|
||||
hideAll()
|
||||
var feeds = []
|
||||
for i in avaliableFeeds.get_children():
|
||||
feeds.append(i)
|
||||
|
||||
Reference in New Issue
Block a user