V-Panel/scripts
Eric Smith 40ba0f3ee1 fix: resolve godot warnings and runtime error in tile menu
- rename margin var to margin_container (shadowed field)
- use btn.minimum_size instead of custom_min_size (Godot 4 API)
- mark unused _end_drag mouse_pos param with underscore
- hoist new_cols/new_rows decl to eliminate confusable scope
- rename hidden/visible to hidden_style/visible_style (shadowed CanvasItem)
- rename _show_cells(show) param to do_show (shadowed show() method)
2026-05-21 09:24:13 -04:00
..
dashboard_grid.gd fix: resolve godot warnings and runtime error in tile menu 2026-05-21 09:24:13 -04:00
module_base.gd replace noise with tileable perlin; use pixel-space sampling for fixed scale 2026-05-20 21:37:07 -04:00
panel_base.gd add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
plugin_tile.gd add plugin system with plugin/layout managers 2026-05-21 08:39:15 -04:00
shader_presets.gd add cell-span grid with resize handles, 3d water surface effect, and shader preset system with double-click popup menu 2026-05-20 16:18:33 -04:00