-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7648352
Showing
959 changed files
with
52,612 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Defold Protocol Buffer Text Files | ||
*.animationset linguist-language=JSON5 | ||
*.atlas linguist-language=JSON5 | ||
*.camera linguist-language=JSON5 | ||
*.collection linguist-language=JSON5 | ||
*.collectionfactory linguist-language=JSON5 | ||
*.collectionproxy linguist-language=JSON5 | ||
*.collisionobject linguist-language=JSON5 | ||
*.cubemap linguist-language=JSON5 | ||
*.display_profiles linguist-language=JSON5 | ||
*.factory linguist-language=JSON5 | ||
*.font linguist-language=JSON5 | ||
*.gamepads linguist-language=JSON5 | ||
*.go linguist-language=JSON5 | ||
*.gui linguist-language=JSON5 | ||
*.input_binding linguist-language=JSON5 | ||
*.label linguist-language=JSON5 | ||
*.material linguist-language=JSON5 | ||
*.mesh linguist-language=JSON5 | ||
*.model linguist-language=JSON5 | ||
*.particlefx linguist-language=JSON5 | ||
*.render linguist-language=JSON5 | ||
*.sound linguist-language=JSON5 | ||
*.sprite linguist-language=JSON5 | ||
*.spinemodel linguist-language=JSON5 | ||
*.spinescene linguist-language=JSON5 | ||
*.texture_profiles linguist-language=JSON5 | ||
*.tilemap linguist-language=JSON5 | ||
*.tilesource linguist-language=JSON5 | ||
|
||
# Defold JSON Files | ||
*.buffer linguist-language=JSON | ||
|
||
# Defold GLSL Shaders | ||
*.fp linguist-language=GLSL | ||
*.vp linguist-language=GLSL | ||
|
||
# Defold Lua Files | ||
*.editor_script linguist-language=Lua | ||
*.render_script linguist-language=Lua | ||
*.script linguist-language=Lua | ||
*.gui_script linguist-language=Lua |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# System | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Defold | ||
/.internal | ||
/build | ||
/bundle | ||
log.txt | ||
|
||
# VSCode | ||
/.defold_api | ||
/.vscode | ||
|
||
# Operator | ||
/operator | ||
|
||
# TrenchBroom | ||
/trenchbroom | ||
*.map | ||
*.mtl | ||
*.obj |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Roman Silin | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Oops, something went wrong.