Skip to content

Commit 1159f84

Browse files
committed
Revert "Update PortaitsDisplayer"
This reverts commit d619697.
1 parent ff9bd95 commit 1159f84

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

addons/event_system_plugin/core/event_inspector.gd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ func parse_category(object: Object, category: String) -> void:
2828

2929

3030
func parse_property(object: Object, type: int, path: String, hint: int, hint_text: String, usage: int) -> bool:
31-
var path_ignore = str(path)+"_ignore"
32-
if object == null:
33-
return false
34-
31+
var path_ignore = path+"_ignore"
3532
if (path_ignore in object):
3633
return true
3734

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_resource type="Resource" load_steps=18 format=2]
1+
[gd_resource type="Resource" load_steps=12 format=2]
22

33
[ext_resource path="res://addons/event_system_plugin/resources/registered_events/_.gd" type="Script" id=1]
44
[ext_resource path="res://addons/event_system_plugin/events/comment.gd" type="Script" id=2]
@@ -12,12 +12,7 @@
1212
[ext_resource path="res://addons/event_system_plugin/events/hide.gd" type="Script" id=10]
1313
[ext_resource path="res://addons/event_system_plugin/events/call.gd" type="Script" id=11]
1414
[ext_resource path="res://addons/event_system_plugin/events/call_from.gd" type="Script" id=12]
15-
[ext_resource path="res://addons/textalog/events/dialog/text.gd" type="Script" id=13]
16-
[ext_resource path="res://addons/textalog/events/dialog/choice.gd" type="Script" id=14]
17-
[ext_resource path="res://addons/textalog/events/character/change_expression.gd" type="Script" id=15]
18-
[ext_resource path="res://addons/textalog/events/character/join.gd" type="Script" id=16]
19-
[ext_resource path="res://addons/textalog/events/character/leave.gd" type="Script" id=17]
2015

2116
[resource]
2217
script = ExtResource( 1 )
23-
events = [ ExtResource( 3 ), ExtResource( 5 ), ExtResource( 4 ), ExtResource( 2 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 10 ), ExtResource( 9 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ) ]
18+
events = [ ExtResource( 3 ), ExtResource( 5 ), ExtResource( 4 ), ExtResource( 2 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 10 ), ExtResource( 9 ), ExtResource( 11 ), ExtResource( 12 ) ]

addons/textalog/events/.gdignore

Whitespace-only changes.

project.godot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,11 @@ _global_script_class_icons={
171171
[application]
172172

173173
config/name="Godot-DialogPlugin"
174-
run/low_processor_mode=true
175174
config/icon="res://icon.png"
176175

177176
[editor_plugins]
178177

179-
enabled=PoolStringArray( "res://addons/event_system_plugin/plugin.cfg" )
178+
enabled=PoolStringArray( "res://addons/event_system_plugin/plugin.cfg", "res://addons/textalog/plugin.cfg" )
180179

181180
[importer_defaults]
182181

0 commit comments

Comments
 (0)