lihop/godot-xterm

[Godot 4] Make `update_mode` property an enum drop-down in editor inspector

Closed this issue · 1 comments

lihop commented

The update_mode property should be shown as an enumeration drop-down in the editor inspector.

Expected Actual
2023-01-14-221335_265x161_scrot 2023-01-14-221400_335x130_scrot

There may be a way to achieve this inside _bind_methods() otherwise implementing an override for _get_property_list() might be another way to do this.

lihop commented

Closed by 9f269ae.