Merge pull request #21918 from behzadm18/patch-1
Add quotation marks around the value of the key "player_initial_lives"
This commit is contained in:
@@ -60,7 +60,7 @@ metadata:
|
||||
name: game-demo
|
||||
data:
|
||||
# property-like keys; each key maps to a simple value
|
||||
player_initial_lives: 3
|
||||
player_initial_lives: "3"
|
||||
ui_properties_file_name: "user-interface.properties"
|
||||
#
|
||||
# file-like keys
|
||||
|
||||
Reference in New Issue
Block a user