Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CornflakeWoof committed Feb 6, 2023
1 parent d1f936a commit b13d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/DSMSGUI_Data_Base.gd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const SaveFile : String = "DSMSGUI_Config.ini"


#DATA SEARCH CONSTS
enum ft {csv,fmgjson,massedit,anibnd,fmgxml,fmg}
enum ft {csv,fmg,massedit,anibnd}
enum fmg{item,menu}
const ValidTextTypes : Array = ["&&item&&","&&menu&&"]
const ValidSearchTypes : Array = [".csv",".fmg",".massedit",".anibnd.dcx"]
Expand Down

0 comments on commit b13d4db

Please sign in to comment.