solarus-games / solarus-quest-editor

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-quest-editor
Other
97 stars 30 forks source link

Dialog file no longer opens if there is a space in a custom property key #352

Open christopho opened 6 years ago

christopho commented 6 years ago

Reported by Binbin:

dialog{
  id = "movies.link_and_marin.marin_3",
  question 1 = "",
  text = [[
Hé, tu écoutes ? 
Link , es-tu sûr que tu      
m'écoutes ?

Oui
Non
]],
}
christopho commented 6 years ago

The editor should check that custom property keys are valid Lua identifiers.