Created
May 30, 2025 07:10
-
-
Save jacobsapps/fbfddbaa3d71eb441c704b675ffa83d8 to your computer and use it in GitHub Desktop.
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
| #Preview { | |
| GameView(webSocketService: MockWebsocketService(characters: [ | |
| .init(name: "Mage", emoji: "π§ββοΈ", x: 100, y: 200), | |
| .init(name: "Warrior", emoji: "β", x: 400, y: 300), | |
| .init(name: "Rogue", emoji: "π§ββοΈ", x: 200, y: 100), | |
| .init(name: "Archer", emoji: "πΉ", x: 500, y: 400) | |
| ])) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment