Go to file
Adrian Pegler f1a1b1c918 Forgot to stage all files from before 2024-07-14 22:09:28 +02:00
sprites Forgot to stage all files from before 2024-07-14 22:09:28 +02:00
.gitattributes rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
.gitignore rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
GodotPlatformer-main.zip added the tutorials zip-file 2024-02-22 12:11:25 +01:00
icon.svg rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
icon.svg.import rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
intro.tscn Darkened the tileset and cleaned out unused sprites. 2024-07-09 22:01:41 +02:00
player.tscn Some new sprites added, but only old ones are in use: the new frames just add noise, no smoothness. changed position of old frames slightly to make those still smoother then before. 2024-07-14 22:08:06 +02:00
project.godot Restart the Project with cooler and more versatile tileset 2024-07-09 14:54:00 +02:00
readme.txt readme hinzugefügt 2024-02-22 10:20:23 +01:00

readme.txt

# Erstelle ein neues Repository von der Kommandozeile aus

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://185.183.156.236:3000/pegler/GodotTutorial.git
git push -u origin main

# Bestehendes Repository via Kommandozeile pushen

git remote add origin http://185.183.156.236:3000/pegler/GodotTutorial.git
git push -u origin main