Little play-around with the intro world file Signed-off-by: Adrian Pegler <adrian.pegler@pus-eck.org> |
||
---|---|---|
sprites | ||
.gitattributes | ||
.gitignore | ||
GodotPlatformer-main.zip | ||
icon.svg | ||
icon.svg.import | ||
intro.tscn | ||
player.tscn | ||
project.godot | ||
readme.txt |
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