add folders for dragonruby structure
This commit is contained in:
12
sguis-conways/metadata/game_metadata.txt
Normal file
12
sguis-conways/metadata/game_metadata.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
devid=Squishibutz
|
||||
devtitle=Squishibutz
|
||||
gameid=sguis-conways
|
||||
gametitle=Sgui's conways
|
||||
version=0.1
|
||||
icon=metadata/icon.png
|
||||
|
||||
# Uncomment the entry below to bytecode compile your Ruby code (Pro License Only)
|
||||
#compile_ruby=false
|
||||
|
||||
# Uncomment the entry below to specify the package name for your APK (Pro License Only)
|
||||
#packageid=org.dev.gamename
|
||||
BIN
sguis-conways/metadata/icon.png
Normal file
BIN
sguis-conways/metadata/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
13
sguis-conways/metadata/ios_metadata.txt
Normal file
13
sguis-conways/metadata/ios_metadata.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# ios_metadata.txt is used by the Pro version of DragonRuby Game Toolkit to create iOS apps.
|
||||
# Information about the Pro version can be found at: http://dragonruby.org/toolkit/game#purchase
|
||||
|
||||
# teamid needs to be set to your assigned Team Id which can be found at https://developer.apple.com/account/#/membership/
|
||||
teamid=
|
||||
# appid needs to be set to your application identifier which can be found at https://developer.apple.com/account/resources/identifiers/list
|
||||
appid=
|
||||
# appname is the name you want to show up underneath the app icon on the device. Keep it under 10 characters.
|
||||
appname=
|
||||
# devcert is the certificate to use for development/deploying to your local device. This is the NAME of the certificate as it's displayed in Keychain Access.
|
||||
devcert=
|
||||
# prodcert is the certificate to use for distribution to the app store. This is the NAME of the certificate as it's displayed in Keychain Access.
|
||||
prodcert=
|
||||
Reference in New Issue
Block a user