mirror of
https://github.com/Relintai/world_generator_addon.git
synced 2025-01-02 07:29:37 +01:00
Fix typo.
This commit is contained in:
parent
3ec9d628bb
commit
30bf5b92d6
@ -204,10 +204,10 @@ func eitor_draw_additional(control : Control) -> void:
|
||||
func _eitor_draw_additional(control : Control) -> void:
|
||||
pass
|
||||
|
||||
func eitor_draw_additional_background(control : Control) -> void:
|
||||
_eitor_draw_additional_background(control)
|
||||
func editor_draw_additional_background(control : Control) -> void:
|
||||
_editor_draw_additional_background(control)
|
||||
|
||||
func _eitor_draw_additional_background(control : Control) -> void:
|
||||
func _editor_draw_additional_background(control : Control) -> void:
|
||||
pass
|
||||
|
||||
func setup_property_inspector(inspector) -> void:
|
||||
|
@ -80,7 +80,7 @@ func _draw():
|
||||
draw_line(Vector2(get_size().x - _rect_scale, get_size().y - rsh), Vector2(get_size().x - _rect_scale, get_size().y), c)
|
||||
draw_line(Vector2(get_size().x - rsh, get_size().y - _rect_scale), Vector2(get_size().x, get_size().y - _rect_scale), c)
|
||||
|
||||
edited_resource.eitor_draw_additional_background(self)
|
||||
edited_resource.editor_draw_additional_background(self)
|
||||
|
||||
func refresh() -> void:
|
||||
clear()
|
||||
|
Loading…
Reference in New Issue
Block a user