Replies: 1 comment
-
|
I will keep it listed, thank you 😁 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea for Discarding Items on the Map:
Item Selection and Discarding: The player selects an item from their inventory to discard directly onto the map.
Item Drops on the World: The discarded item is represented as a visible sprite (an image or object) that appears on the map, as if it was dropped on the ground.
Gradual Disappearance: After a certain amount of time, the item automatically disappears from the map, as if it was taken or vanished after being discarded.
How It Works:
The player has an inventory with items (such as potions, weapons, or gold).
By pressing a key, the player chooses which item from their inventory to discard.
The item appears on the map at the player's current location as a sprite (it could be a small icon or an image).
After a set time (e.g., 10 seconds), the item disappears, either fading out or vanishing.
Example Flow:
The player opens their inventory (it could be a simple list of items) and selects an item to discard.
The player clicks or presses a key to discard the item.
The item appears at the location where the player was standing in the world.
The item remains visible for a short period (e.g., 10 seconds) and then disappears.
Benefits:
The process is straightforward and easy to implement.
It creates a simple interaction with the game world, allowing the player to "leave behind" items.
No complex interfaces are required, and the gradual disappearance mechanic can be visually interesting.
Beta Was this translation helpful? Give feedback.
All reactions