add ellipsis above the interaction prompts when there are more than 3 interactables in reach
This commit is contained in:
@@ -17,16 +17,12 @@ state={
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 54,
|
||||
"column": 61,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 216,
|
||||
"scroll_position": 200.0,
|
||||
"selection": true,
|
||||
"selection_from_column": 0,
|
||||
"selection_from_line": 208,
|
||||
"selection_to_column": 54,
|
||||
"selection_to_line": 216,
|
||||
"h_scroll_position": 46,
|
||||
"row": 243,
|
||||
"scroll_position": 224.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
||||
|
||||
@@ -239,7 +235,7 @@ state={
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 26,
|
||||
"scroll_position": 5.0,
|
||||
"scroll_position": 3.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user