Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Trader Tales
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Trader Tales
0d45a6d12fe73ed3660dc514d9d86ecc00cd9f98
trader-tales
game_core
src
states
game_state.rs
Find file
Normal view
History
Permalink
game_state.rs
100 B
Newer
Older
Handle tile maps from LDTK, show basic UI for towns
Louis
committed
2 years ago
1
2
3
4
use
bevy
::
prelude
::
Component
;
#[derive(Component,
Debug,
Default,
Copy,
Clone)]
pub
struct
Player
;