Commit Graph

644 Commits

Author SHA1 Message Date
Aaron Franke 05801f9389
Merge pull request #411 from aaronfranke/vs-3.2
Update VisualScript demos for Godot 3.2
2020-02-12 19:59:29 -05:00
Aaron Franke da157f6d0e
Update VisualScript demos for Godot 3.2 2020-02-12 19:31:23 -05:00
Aaron Franke 13ca65800d
Merge pull request #405 from NathanLovato/feature/2d-platformer-remake
Remake the 2d platformer demo
2020-02-12 19:30:46 -05:00
Aaron Franke d8546ece42
Add screenshots 2020-02-12 16:36:17 -05:00
Aaron Franke 8d48b7f994
Tweak background and organize clouds 2020-02-12 15:51:56 -05:00
Aaron Franke c117eb1847
Minor style tweaks 2020-02-12 15:30:42 -05:00
Nathan Lovato 77800b3f15 Add more clouds to cover wide and thin window sizes 2020-02-12 07:53:43 -06:00
Nathan Lovato 332cd3bb38 Remove return type hint 2020-02-12 07:48:21 -06:00
Nathan Lovato 75df35b165 Improve background tiling, move parallax layers vertically 2020-02-12 07:47:56 -06:00
Nathan Lovato bebf8e8249 Fix background disappearing when scaling the window
Use the keep_height aspect ratio option as in the original demo. This prevents
seeing the clear color when making the window tall
Change the ParallaxBackground scene so mirrored sections don't disappear on wide windows
2020-02-11 22:18:48 -06:00
Nathan Lovato bd6da6a610 Limit the window size 2020-02-11 22:08:01 -06:00
Nathan Lovato ab04b998fc Update the platformer demo's readme 2020-02-11 21:56:15 -06:00
Nathan Lovato 263bfd8bd3 Add README to the 2D platformer 2020-02-11 18:22:26 -06:00
Nathan Lovato 9ee778bd5d Address requested changes in the review
Remove unused spawn input action
Add support for the gamepad's left stick for movement
Use the project settings to store the gravity value project-wide
Remove type hints
2020-02-11 17:24:57 -06:00
Aaron Franke 2372fd155f
Merge pull request #366 from aaronfranke/matrix-transform
Add Matrix Transform demo
2020-02-11 03:53:07 -05:00
Aaron Franke 86944d5236
Merge pull request #404 from aaronfranke/readme-license
Update README and LICENSE for Godot 3.2
2020-02-10 19:06:53 -05:00
Aaron Franke 827d67b2ab
Update README and LICENSE 2020-02-09 01:36:43 -05:00
Nathan Lovato e323bead2e Remake the 2d/platformer demo from scratch
This Godot project is a complete rewrite of the official Platformer 2D demo. This is part of a proposal to improve and harmonize the official demo projects. We want to:

- Teach good programming practices with Godot.
- Bring demos to a higher quality standard.
- Unify the code in the demos.

See the [open issue](https://github.com/godotengine/godot-demo-projects/issues/390) for more information.

This new demo showcases features from the original, and works with Godot 3.2.

Co-authored-by: Johnny Goss <me@johnnygoss.dev>
2020-02-04 21:50:54 -06:00
Aaron Franke 177884ff19
Merge pull request #401 from aaronfranke/2d
Update the rest of the 2D demos for Godot 3.1.2
2020-02-03 16:56:50 -05:00
Aaron Franke 87f42b77e0
Update 2D shader and SDF demos 2020-02-03 16:37:54 -05:00
Aaron Franke b0e1cc0227
Update 2D navigation demos 2020-02-03 16:37:54 -05:00
Aaron Franke 7af4d281b9
Update 2D lighting demos
Just renaming things, these contain no script.
2020-02-03 16:37:54 -05:00
Aaron Franke c270db0635
Remove the kinematic collision demo
Lots of demos already feature collisions with KinematicBodies
2020-02-03 16:37:54 -05:00
Aaron Franke 746928b623
Update kinematic character 2020-02-03 16:37:54 -05:00
Aaron Franke b0b63e80f5
Update isometric demo 2020-02-03 16:37:54 -05:00
Aaron Franke 7421736568
Update hex map demo 2020-02-03 16:37:54 -05:00
Aaron Franke db6967868f
Update HDR demo 2020-02-03 16:37:54 -05:00
Aaron Franke 49a01d6f87
Update grid based movement demo 2020-02-03 16:37:54 -05:00
Aaron Franke ff10a807d0
Update GD Paint demo 2020-02-03 16:37:54 -05:00
Aaron Franke 704ebeec81
Merge pull request #400 from aaronfranke/2d-physics-pl
Update 2D physics platformer
2020-02-03 16:33:06 -05:00
Aaron Franke 60f515eaf9
Merge pull request #399 from aaronfranke/rpg
Update 2D role playing game
2020-02-03 16:30:36 -05:00
Aaron Franke 3eeba859b1
Update 2D physics platformer 2020-02-03 04:00:44 -05:00
Aaron Franke 9218f88723
Update 2D role playing game 2020-02-03 03:57:46 -05:00
Aaron Franke 375d5d13d2
Merge pull request #397 from aaronfranke/misc
Update and improve misc demos for Godot 3.1.2
2020-02-03 03:55:36 -05:00
Aaron Franke c9d3646d45
Merge pull request #398 from aaronfranke/fsm
Update Finite State Machine demo to Godot 3.1.2
2020-02-03 03:55:25 -05:00
Aaron Franke 9975c95065
Update Finite State Machine demo 2020-02-02 20:28:25 -05:00
Aaron Franke c90a251445
Update the rest of the misc demos to Godot 3.1.2
I have not tested if these work, but I made minimal changes to them (only things like comments and newlines).
2020-02-02 04:53:12 -05:00
Aaron Franke cd7c652975
Improve scene instancing demo 2020-02-02 04:53:12 -05:00
Aaron Franke e5ee4a5971
Improve the tween demo
Significant style changes.
2020-02-02 04:53:12 -05:00
Aaron Franke 729be3461d
Style fixes for open simplex noise demo 2020-02-02 04:53:12 -05:00
Aaron Franke abf9d68bf4
Improve regex demo 2020-02-02 04:53:12 -05:00
Aaron Franke 67a490ab50
Improve pause demo 2020-02-02 04:53:12 -05:00
Aaron Franke f07c7091fc
Improve window management demo 2020-02-02 04:53:12 -05:00
Aaron Franke ac882369bc
Merge pull request #395 from aaronfranke/gui
Improve GUI demos
2020-02-02 03:13:34 -05:00
Aaron Franke 6899d44615
Merge pull request #394 from aaronfranke/pong
Update and improve all Pong demos
2020-02-01 15:55:57 -05:00
Aaron Franke 84c8d6ef69
Update and improve GUI demos 2020-02-01 15:47:44 -05:00
Aaron Franke 691f1d94d6
Merge pull request #393 from aaronfranke/viewport
Update remaining Viewport demos to Godot 3.1.2
2020-02-01 15:34:02 -05:00
Aaron Franke cb5906aea3
Slightly improve the GUI in 3D demo 2020-02-01 03:18:53 -05:00
Aaron Franke 237a8654b0
Improve the screen capture demo 2020-02-01 03:18:53 -05:00
Aaron Franke 4f5f0ec1a9
Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00