diff --git a/.floo b/.floo new file mode 100644 index 0000000..afefe92 --- /dev/null +++ b/.floo @@ -0,0 +1,3 @@ +{ + "url": "https://floobits.com/r/logsol/chuck/" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index e4d81d5..3c45938 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ node_modules/ *.log .DS_Store -.floo -.sublime-project diff --git a/.sublime-project b/.sublime-project new file mode 100644 index 0000000..fe609e4 --- /dev/null +++ b/.sublime-project @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "/Users/karlpannek/Work/projects/js/chuck.js" + } + ] +} \ No newline at end of file diff --git a/static/img/Animation/chuckwitharmssprite.png b/static/img/Animation/chuckwitharmssprite.png new file mode 100644 index 0000000..977d286 Binary files /dev/null and b/static/img/Animation/chuckwitharmssprite.png differ diff --git a/static/img/Animation/chuckwithoutarmssprite.png b/static/img/Animation/chuckwithoutarmssprite.png new file mode 100644 index 0000000..7ef0400 Binary files /dev/null and b/static/img/Animation/chuckwithoutarmssprite.png differ