Conversation
I adjusted some collisions and set the scene to look more like what we're going for. I readjusted some mechanics because they disappeared/went jank after editing, so i think it needs another check. overall works tho.
There was a problem hiding this comment.
Pull Request Overview
This PR updates tilemap assets, adjusts scene mechanics, and refines dialogue content to align with the intended visual and gameplay experience.
- Added new Home Outdoor and Beach tilemap assets with associated metadata files
- Modified interaction radii and dialogue IDs for several game objects
- Updated dialogue text to better reflect the narrative flow
- Adjusted collision boxes and replaced the door transition object with a new sprite
Reviewed Changes
Copilot reviewed 263 out of 318 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Assets/Tilemap/Home Outdoor/*.meta |
Added metadata for new Home Outdoor tilemap assets including pathways, fences, house, and grass tiles |
Assets/Tilemap/Home Outdoor/Materials/* |
Added material configuration for pathway rendering |
Assets/Tilemap/Beach/*.meta |
Added metadata for new Beach tilemap assets including water, sand, shells, and environment sprites |
Assets/Tilemap/Beach/Materials/* |
Added material configuration for trunk rendering |
Assets/Scenes/Test.unity |
Modified interaction radii, added dialogue IDs, replaced door transition object, adjusted colliders, and updated visual indicator parent |
Assets/Resources/Data/Dialogues/*.json |
Updated dialogue text for Journal, Book, Beginning, and Bed interactions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
|
@copilot summarize what the dialogue changes are |
Owner
|
@copilot cancel |
Owner
|
Nvm copilot disfunctional |
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.
I adjusted some collisions and set the scene to look more like what we're going for. I readjusted some mechanics because they disappeared/went jank after editing, so i think it needs another check. overall works tho.