chore: storing version and changelog
This commit is contained in:
@@ -189,8 +189,8 @@ func unset_hovered_node(item: ESCItem):
|
||||
set_hovered_node(hover_stack.pop_back())
|
||||
else:
|
||||
hotspot_focused = ""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Sets the hovered node and calls its mouse_entered() method if it was the top
|
||||
|
||||
@@ -79,7 +79,7 @@ static func register_setting(name: String, default_value, info: Dictionary) -> v
|
||||
if default_value == null:
|
||||
push_error("Default_value cannot be null. Use remove_setting function to remove settings.")
|
||||
assert(false)
|
||||
|
||||
|
||||
ProjectSettings.set_setting(
|
||||
name,
|
||||
default_value
|
||||
|
||||
Reference in New Issue
Block a user