godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.92k stars 1.65k forks source link

Demo project for testing Saveload API #935

Open nlupugla opened 1 year ago

nlupugla commented 1 year ago

Use this demo to test the Saveload API https://github.com/godotengine/godot/pull/79644 still currently in progress.

TheYellowArchitect commented 1 year ago

idk what im doing wrong. git clone https://github.com/nlupugla/godot-demo-projects does not have any save directory inside loading directory, even though I see it on github.

Also it would be great if it was zipped, so any1 can download and use (like an MRP) instead of downloading all of godot's demo projects.

nlupugla commented 1 year ago

Thanks for the interest!

I'll see if I can attach the demo as a zip to the feature PR. It probably isn't working because you need to clone my saveload_api branch.

TheYellowArchitect commented 1 year ago

you are right, git clone defaults to master.

git clone -b saveload_api https://github.com/nlupugla/godot-demo-projects The above works :)

nlupugla commented 1 year ago

Great! I attached a zip to my feature PR too as per your suggestion.