al2f/hourglass
1
0
Fork
You've already forked hourglass
0
A set of godot scripts recreating puzzle elements from the game Braid
  • GDScript 100%
2025年02月01日 15:18:59 +10:30
media Update screenshot.png 2025年01月31日 23:02:52 +10:30
.gitattributes Initial commit 2025年01月31日 13:53:36 +10:30
.gitignore Initial commit 2025年01月31日 13:53:36 +10:30
character_body_2d.gd Initial commit 2025年01月31日 13:53:36 +10:30
icon.png Update icon.png 2025年02月01日 15:18:59 +10:30
icon.png.import Update icon.png 2025年02月01日 15:18:59 +10:30
icon.svg Initial commit 2025年01月31日 13:53:36 +10:30
icon.svg.import Initial commit 2025年01月31日 13:53:36 +10:30
LICENSE.md Update LICENSE.md and README.md 2025年01月31日 22:45:48 +10:30
node_2d.gd Added control of rewind speed. Renamed project. 2025年01月31日 17:48:12 +10:30
node_2d.tscn Initial commit 2025年01月31日 13:53:36 +10:30
project.godot Update icon.png 2025年02月01日 15:18:59 +10:30
README.md Update screenshot.png 2025年01月31日 23:02:52 +10:30

Hourglass

A set of godot scripts implementing puzzle machanics from Braid.

Features

Time rewind forwards and backwards of the main character.

Screenshot

Setup

The project uses my modified version of the godot time rewind plugin which is not merged into the main project at the time of writing. Please clone the main branch of github al0fdf/godot-time-rewind-2d to use the version of the plugin for which this code was written.

License

Code is licensed under the MIT License, (c) al2f at codeberg (and contributors)

The Godot Time Rewind plugin used as part of this project is licensed under the MIT License, (c) 2024 infiniTani