Go to file
Adrian Pegler 9df252b3b7 Reworked Tileset: new Blockes and other Programm (Photoshop)
Little play-around with the intro world file

Signed-off-by: Adrian Pegler <adrian.pegler@pus-eck.org>
2024-08-05 14:03:24 +02:00
sprites Reworked Tileset: new Blockes and other Programm (Photoshop) 2024-08-05 14:03:24 +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 Reworked Tileset: new Blockes and other Programm (Photoshop) 2024-08-05 14:03:24 +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