This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends Control | |
@export var steam_app_id: int = 3013040 | |
func _ready() -> void: | |
print(Steam.steamInitEx(false, steam_app_id, true)) | |
Steam.item_created.connect(_on_item_created) | |
Steam.item_updated.connect(_on_item_updated) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### Collection Sites | |
https://freepd.com/ | |
https://freesound.org/ | |
https://www.zapsplat.com/ | |
https://www.newgrounds.com/audio | |
http://dova-s.jp/ | |
tam-music.com | |
https://musmus.main.jp/ | |
https://ccmixter.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Normalize EOL for all files that Git considers text files. | |
* text=auto eol=lf | |
# Only include the addons folder when downloading from the Asset Library. | |
/** export-ignore | |
/addons !export-ignore | |
/addons/** !export-ignore |