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 はまだ評価されていません。