Skip to content

Commit

Permalink
Public
Browse files Browse the repository at this point in the history
  • Loading branch information
siMobin committed May 29, 2024
1 parent 2202ec2 commit 9d9e4c4
Show file tree
Hide file tree
Showing 30 changed files with 48,647 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.7z binary
*.exe binary
*.psd binary
*.zip binary
*.jar binary
*.rar binary
*.pdf binary
*.doc binary
*.docx binary

docs/ export-ignore
ASSETS/ export-ignore
.github/ export-ignore
.gitignore export-ignore
.gitattributes export-ignore
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# .vscode
.m2/*
bin/*
*.txt
*HighScore*
*temp*
temp/*

# Temporary ignored
*SMR_*

# Override
!*repository*
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": ["lib/**/*.jar"]
"java.project.referencedLibraries": ["lib/**/*.jar"],
"explorer.sortOrder": "type"
}
Binary file added ASSETS/Animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/Ground.psd
Binary file not shown.
Binary file added ASSETS/Intro.psd
Binary file not shown.
Binary file added ASSETS/Paused.psd
Binary file not shown.
1 change: 1 addition & 0 deletions ASSETS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1 style="text-align: center;">ONLY FOR DEVELOPERS!</h1>
Binary file added ASSETS/clouds.eps
Binary file not shown.
Binary file added ASSETS/clouds_2.eps
Binary file not shown.
Binary file added ASSETS/frame.zip
Binary file not shown.
Binary file added ASSETS/jump.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9d9e4c4

Please sign in to comment.