-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.hxml
36 lines (29 loc) · 911 Bytes
/
config.hxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
##################
# Configuration
###
## Window
-D windowTitle=Game
-D windowSize=1280x720
# Sets the default color of the scene + html background
-D backgroundColor=#202030
# Uncomment if you want a static sized window size
#-D windowFixed
## Saves
# Change this to a unique identifier for your game
-D saveNamespace=game-base
-D enableGamepads
## HTML/Js Specific values
# Twitter card
-D twitterSite=https://yourwebsite.com
-D twitterCreator=@yourusername
# OpenGraph
-D ogUrl=https://yourwebsite.com
-D ogDescription=Your game Description
-D ogImage=https://link.to.your.img/photo.png
## Newgrounds stuff
-D newgroundsAppId=fill in your newgrounds app ID here
# RC4 Encryption key required
-D newgroundsEncryptionKey=fill in your newgrounds encryption key here
## Etc
# Uncomment and set if your Aseprite installation is not in the default path
#-D asepritePath=path to your aseprite.exe/executable