Merged
Conversation
|
Play this branch at https://endlessm.github.io/moddable-platformer/branches/endlessm/brokenlevel. (This launches the game from the start, not directly at the change(s) in this pull request.) |
wjt
requested changes
Feb 11, 2026
spaces/tileset-threadbare.tres
Outdated
| @@ -1,4 +1,4 @@ | |||
| [gd_resource type="TileSet" format=3 uid="uid://321ocrwkcyye"] | |||
| [gd_resource type="TileSet" load_steps=6 format=3 uid="uid://321ocrwkcyye"] | |||
Member
There was a problem hiding this comment.
This and similar spurious changes are due to editing the project in 4.5
wjt
reviewed
Feb 11, 2026
project.godot
Outdated
| run/main_scene="res://main.tscn" | ||
| config/features=PackedStringArray("4.6", "GL Compatibility") | ||
| run/main_scene="uid://dhcpt1kt8cs0g" | ||
| config/features=PackedStringArray("4.5", "GL Compatibility") |
Member
There was a problem hiding this comment.
This project uses Godot 4.6 now; this PR would roll it back. Update Godot on your machine?
Member
|
I'm on a train now but try this: https://endlessm.github.io/moddable-platformer/branches/endlessm/brokenlevel/#broken_level |
wjt
reviewed
Feb 11, 2026
wjt
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made a copy of the main scene that has some significant bugs in it. This is for exploring QA and Playtesting in Explore: Threadbare.
The deep link functionality from #80 will be used to give learners a link directly to this scene. It is not otherwise accessible in-game.