Some types of variable expansion do not work.
未关闭
bug
- 主要语言
- MoonScript
- 星标
- 65
- 派生
- 11
- PR 合并指标
- 30 天内没有已合并 PR
描述
VNDS allows variables to be expanded within commands by prefixing them with a $ sign. For instance:
```
setvar str = "bg1.jpg"
bgload $str
```
will load the image "bg1.jpg". This appears to work in VNDS-LOVE. But there is a second type of variable expansion which uses brackets to delineate the scope of the variable name, allowing variables to be inserted into code without being surrounded by spaces. For instance:
```
setvar str = "bg1"
bgload {$str}.jpg
```
should load the image "bg1.jpg", just like the first example. However, this currently fails to work in VNDS-LOVE.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。