fix: make file filter more friendly
This commit is contained in:
parent
1d66ef2fe3
commit
928f26f393
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ const CONFIRM_POPUP : PackedScene = preload("uid://cxn3x8dq8vawa")
|
||||||
|
|
||||||
|
|
||||||
const SCENE_DIR_PATTERN : String = "res://\\w+/(Scenes|Map \\d+)/$"
|
const SCENE_DIR_PATTERN : String = "res://\\w+/(Scenes|Map \\d+)/$"
|
||||||
const SCENE_FILE_PATTERN : String = "([^/]*)\\.tscn$"
|
const SCENE_FILE_PATTERN : String = "([^/]*)\\.t?scn$"
|
||||||
const RESOURCE_FILE_PATTERN : String = "([^/]*)\\.tres$"
|
const RESOURCE_FILE_PATTERN : String = "([^/]*)\\.t?res$"
|
||||||
|
|
||||||
const TOWER_DIR : String = "res://Towers/Scenes/"
|
const TOWER_DIR : String = "res://Towers/Scenes/"
|
||||||
const ENEMY_DIR : String = "res://Enemies/Scenes/"
|
const ENEMY_DIR : String = "res://Enemies/Scenes/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue