mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix Typo.
This commit is contained in:
parent
48470111f3
commit
1081f48cff
@ -935,7 +935,7 @@ void Spell::_bind_methods() {
|
||||
ADD_GROUP("Texts", "text");
|
||||
ClassDB::bind_method(D_METHOD("get_text_name"), &Spell::get_text_name);
|
||||
ClassDB::bind_method(D_METHOD("set_text_name", "value"), &Spell::set_text_name);
|
||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "text_text_name"), "set_text_name", "get_text_name");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "text_name"), "set_text_name", "get_text_name");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "text_spell_name"), "set_text_name", "get_text_name"); //REMOVE
|
||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "text_name_key"), "set_text_name", "get_text_name"); //REMOVE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user