chore: storing version and changelog

This commit is contained in:
BHSDuncan
2022-12-04 01:27:54 +00:00
parent 29371ef936
commit f64b7d5186
3 changed files with 12 additions and 3 deletions

View File

@@ -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

View File

@@ -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