Add a rule for including the JavaScript API library in the Armor Games build. Add calls for updating Armor Games quests when progress is made in each difficulty, and when coins are collected.
44 lines
424 B
Plaintext
44 lines
424 B
Plaintext
# Builds
|
|
build/
|
|
dist/
|
|
|
|
# Auto generated
|
|
compile_commands.json
|
|
src/version.hpp
|
|
|
|
# SPACEBOX
|
|
sdl2-config
|
|
|
|
# External symlinks
|
|
ext/
|
|
|
|
# Repository
|
|
local/
|
|
src/__pycache__/
|
|
storage/
|
|
*Play_History.json
|
|
press.html
|
|
feed
|
|
test.html
|
|
|
|
# Logs
|
|
log/
|
|
*_log.txt
|
|
|
|
# Non-free software
|
|
lib/steam/
|
|
lib/ag.min.js
|
|
|
|
# Testing
|
|
steam_appid.txt
|
|
|
|
# Auto-save
|
|
.\#*
|
|
*~
|
|
\#*
|
|
|
|
# Private
|
|
config/config_api.json
|
|
src/private/
|
|
src/test/leaderboards/hash.test.php
|