Mercurial > public > lazybear
view LazyBear/Views/Onboarding/Helpers/FirstAvatar.swift @ 319:62d278295bb7
Sign Up View implemented
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 27 Mar 2021 20:26:15 +0100 |
parents | |
children |
line wrap: on
line source
// // EnvironmentSignUp.swift // LazyBear // // Created by Dennis Concepción Martín on 25/3/21. // import SwiftUI class FirstAvatar: ObservableObject { @Published var username = "" @Published var body = "body1" @Published var bodyColor = "customColor3" @Published var eyes = "eyes2" @Published var facialHair = "facialHair3" @Published var hair = "hair2" @Published var hairColor = "hairColor1" @Published var mouth = "mouth1" @Published var nose = "nose1" @Published var skinTone = "skinTone1" @Published var background = "default" }