Go to file
Adrian Pegler 60d38726ad Restart the Project with cooler and more versatile tileset
Signed-off-by: Adrian Pegler <adrian.pegler@mail.de>
2024-07-09 14:54:00 +02:00
sprites Restart the Project with cooler and more versatile tileset 2024-07-09 14:54:00 +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 Restart the Project with cooler and more versatile tileset 2024-07-09 14:54:00 +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