mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-20 21:07:17 +01:00
Made the test continent also draw radius and bevel indicators when edited.
This commit is contained in:
parent
e9279f1ef7
commit
82d1e29132
@ -11,7 +11,11 @@ var current_seed : int = 0
|
||||
func _eitor_draw_additional(control : Control) -> void:
|
||||
gui_draw_continent_radius(control, Color(0.6, 0.6, 0.6, 1))
|
||||
gui_draw_continent_bevel(control, Color(1, 1, 1, 1))
|
||||
|
||||
|
||||
func _eitor_draw_additional_background(control : Control) -> void:
|
||||
gui_draw_continent_radius(control, Color(0.3, 0.3, 0.3, 1))
|
||||
gui_draw_continent_bevel(control, Color(0.6, 0.6, 0.6, 1))
|
||||
|
||||
func gui_draw_continent_radius(control : Control, color : Color) -> void:
|
||||
var s : Vector2 = control.get_size()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user