├── .directory ├── .gitignore ├── GUI ├── CharacterCreation.gd ├── CharacterCreation.tscn ├── ColorPickerButton.tscn ├── EditBehaviour.gd ├── Panel.gd ├── Randomizer.gd ├── SliderBox.gd ├── SliderBox.tscn └── Theme │ ├── PresetButtonTheme.tres │ ├── Quintessential-Regular.ttf │ ├── Roboto-Black.ttf │ ├── Roboto-Bold.ttf │ ├── Roboto-Regular.ttf │ ├── Theme.tres │ ├── slider.png │ ├── slider.png.import │ ├── slider_grabber.jpg │ ├── slider_grabber.jpg.import │ ├── slider_grabber.png │ ├── slider_grabber.png.import │ ├── slider_grabber_h.png │ └── slider_grabber_h.png.import ├── Game ├── CameraMenu.gd ├── CameraMenu.tscn ├── Game.tscn ├── GameInstance.gd ├── GameInstance.tscn ├── Save.gd └── Save.tscn ├── LICENSE ├── MainCharacter ├── MainCharacter.blend ├── MainCharacter.gd ├── MainCharacter.tscn ├── Material │ ├── Cornea.tres │ ├── Eye.tres │ ├── Hair.tres │ ├── Skin.tres │ ├── Textures │ │ ├── .directory │ │ ├── beard │ │ │ ├── .directory │ │ │ ├── beard0_mask.jpg │ │ │ ├── beard0_mask.jpg.import │ │ │ ├── beard1_mask.jpg │ │ │ ├── beard1_mask.jpg.import │ │ │ ├── beard2_mask.jpg │ │ │ ├── beard2_mask.jpg.import │ │ │ ├── beard3_mask.jpg │ │ │ └── beard3_mask.jpg.import │ │ ├── body │ │ │ ├── .directory │ │ │ ├── arms_a.jpg │ │ │ ├── arms_a.jpg.import │ │ │ ├── arms_n.jpg │ │ │ ├── arms_n.jpg.import │ │ │ ├── arms_n_detail.jpg │ │ │ ├── arms_n_detail.jpg.import │ │ │ ├── arms_ors.jpg │ │ │ ├── arms_ors.jpg.import │ │ │ ├── arms_orsc.jpg │ │ │ ├── arms_orsc.jpg.import │ │ │ ├── head_a.jpg │ │ │ ├── head_a.jpg.import │ │ │ ├── head_id_mask.jpg │ │ │ ├── head_id_mask.jpg.import │ │ │ ├── head_n.jpg │ │ │ ├── head_n.jpg.import │ │ │ ├── head_n_detail.jpg │ │ │ ├── head_n_detail.jpg.import │ │ │ ├── head_n_flip.jpg │ │ │ ├── head_n_flip.jpg.import │ │ │ ├── head_ors.jpg │ │ │ ├── head_ors.jpg.import │ │ │ ├── head_orsc.jpg │ │ │ ├── head_orsc.jpg.import │ │ │ ├── legs_a.jpg │ │ │ ├── legs_a.jpg.import │ │ │ ├── legs_n.jpg │ │ │ ├── legs_n.jpg.import │ │ │ ├── legs_n_detail.jpg │ │ │ ├── legs_n_detail.jpg.import │ │ │ ├── legs_ors.jpg │ │ │ ├── legs_ors.jpg.import │ │ │ ├── legs_orsc.jpg │ │ │ ├── legs_orsc.jpg.import │ │ │ ├── null_black.jpg │ │ │ ├── null_black.jpg.import │ │ │ ├── null_white.jpg │ │ │ ├── null_white.jpg.import │ │ │ ├── torso_a.jpg │ │ │ ├── torso_a.jpg.import │ │ │ ├── torso_n.jpg │ │ │ ├── torso_n.jpg.import │ │ │ ├── torso_n_detail.jpg │ │ │ ├── torso_n_detail.jpg.import │ │ │ ├── torso_n_flip.jpg │ │ │ ├── torso_n_flip.jpg.import │ │ │ ├── torso_ors.jpg │ │ │ ├── torso_ors.jpg.import │ │ │ ├── torso_orsc.jpg │ │ │ └── torso_orsc.jpg.import │ │ ├── eyebrows │ │ │ ├── .directory │ │ │ ├── eyebrows0_mask.jpg │ │ │ ├── eyebrows0_mask.jpg.import │ │ │ ├── eyebrows1_mask.jpg │ │ │ ├── eyebrows1_mask.jpg.import │ │ │ ├── eyebrows2_mask.jpg │ │ │ ├── eyebrows2_mask.jpg.import │ │ │ ├── eyebrows3_mask.jpg │ │ │ └── eyebrows3_mask.jpg.import │ │ ├── eyes │ │ │ ├── .directory │ │ │ ├── eyes_a.png │ │ │ ├── eyes_a.png.import │ │ │ ├── eyes_n.png │ │ │ ├── eyes_n.png.import │ │ │ ├── eyes_orm.png │ │ │ ├── eyes_orm.png.import │ │ │ ├── iris_mask.jpg │ │ │ └── iris_mask.jpg.import │ │ ├── facePaint │ │ │ ├── .directory │ │ │ ├── facePaint0_mask.jpg │ │ │ ├── facePaint0_mask.jpg.import │ │ │ ├── facePaint1_mask.jpg │ │ │ ├── facePaint1_mask.jpg.import │ │ │ ├── facePaint2_mask.jpg │ │ │ ├── facePaint2_mask.jpg.import │ │ │ ├── facePaint3_mask.jpg │ │ │ ├── facePaint3_mask.jpg.import │ │ │ ├── facePaint4_mask.jpg │ │ │ ├── facePaint4_mask.jpg.import │ │ │ ├── facePaint5_mask.jpg │ │ │ ├── facePaint5_mask.jpg.import │ │ │ ├── facePaint6_mask.jpg │ │ │ ├── facePaint6_mask.jpg.import │ │ │ ├── facePaint7_mask.jpg │ │ │ └── facePaint7_mask.jpg.import │ │ ├── hair_textures │ │ │ ├── .directory │ │ │ ├── hair_alpha.png │ │ │ ├── hair_alpha.png.import │ │ │ ├── hair_ao.png │ │ │ ├── hair_ao.png.import │ │ │ ├── hair_masks_rt.png │ │ │ ├── hair_masks_rt.png.import │ │ │ ├── hair_masks_tr.png.import │ │ │ ├── hair_n.png │ │ │ └── hair_n.png.import │ │ ├── head_masks │ │ │ ├── .directory │ │ │ ├── darkSkinMask.jpg │ │ │ └── darkSkinMask.jpg.import │ │ ├── id_masks │ │ │ ├── .directory │ │ │ ├── cheek.jpg │ │ │ ├── cheek.jpg.import │ │ │ ├── chin.jpg │ │ │ ├── chin.jpg.import │ │ │ ├── ears.jpg │ │ │ ├── ears.jpg.import │ │ │ ├── eyes.jpg │ │ │ ├── eyes.jpg.import │ │ │ ├── foot.jpg │ │ │ ├── foot.jpg.import │ │ │ ├── forearm.jpg │ │ │ ├── forearm.jpg.import │ │ │ ├── forehead.jpg │ │ │ ├── forehead.jpg.import │ │ │ ├── forehead_side.jpg │ │ │ ├── forehead_side.jpg.import │ │ │ ├── forehead_top.jpg │ │ │ ├── forehead_top.jpg.import │ │ │ ├── fullHead.jpg │ │ │ ├── fullHead.jpg.import │ │ │ ├── head_shape.jpg │ │ │ ├── head_shape.jpg.import │ │ │ ├── headfull.jpg.import │ │ │ ├── jaw.jpg │ │ │ ├── jaw.jpg.import │ │ │ ├── mouth.jpg │ │ │ ├── mouth.jpg.import │ │ │ ├── mouth_side.jpg │ │ │ ├── mouth_side.jpg.import │ │ │ ├── nose_middle.jpg │ │ │ ├── nose_middle.jpg.import │ │ │ ├── nose_tip.jpg │ │ │ ├── nose_tip.jpg.import │ │ │ ├── shin.jpg │ │ │ ├── shin.jpg.import │ │ │ ├── spine_1.jpg │ │ │ ├── spine_1.jpg.import │ │ │ ├── spine_2.jpg │ │ │ ├── spine_2.jpg.import │ │ │ ├── spine_3.jpg │ │ │ ├── spine_3.jpg.import │ │ │ ├── thigh.jpg │ │ │ ├── thigh.jpg.import │ │ │ ├── upper.jpg │ │ │ └── upper.jpg.import │ │ └── subHair │ │ │ ├── .directory │ │ │ ├── subHair0_mask.jpg │ │ │ ├── subHair0_mask.jpg.import │ │ │ ├── subHair1_mask.jpg │ │ │ ├── subHair1_mask.jpg.import │ │ │ ├── subHair2_mask.jpg │ │ │ ├── subHair2_mask.jpg.import │ │ │ ├── subHair3_mask.jpg │ │ │ ├── subHair3_mask.jpg.import │ │ │ ├── subHair4.jpg │ │ │ └── subHair4.jpg.import │ ├── Underwear.tres │ └── hair.shader └── Mesh │ ├── .directory │ ├── MainRig.gltf │ ├── MainRig.gltf.import │ └── Parts │ ├── arms.glb │ ├── arms.glb.import │ ├── beard │ ├── beard0.glb │ ├── beard0.glb.import │ ├── beard1.glb │ ├── beard1.glb.import │ ├── beard2.glb │ ├── beard2.glb.import │ ├── beard3.glb │ ├── beard3.glb.import │ ├── beard4.glb │ └── beard4.glb.import │ ├── hair │ ├── hair0.glb │ ├── hair0.glb.import │ ├── hair1.glb │ ├── hair1.glb.import │ ├── hair2.glb │ ├── hair2.glb.import │ ├── hair3.glb │ ├── hair3.glb.import │ ├── hair4.glb │ ├── hair4.glb.import │ ├── hair5.glb │ └── hair5.glb.import │ ├── head.glb │ ├── head.glb.import │ ├── legs.glb │ ├── legs.glb.import │ ├── torso.glb │ └── torso.glb.import ├── Presets ├── .directory ├── .save ├── preset1.png ├── preset1.png.import ├── preset1.save ├── preset10.png ├── preset10.png.import ├── preset10.save ├── preset2.png ├── preset2.png.import ├── preset2.save ├── preset3.png ├── preset3.png.import ├── preset3.save ├── preset4.png ├── preset4.png.import ├── preset4.save ├── preset5.png ├── preset5.png.import ├── preset5.save ├── preset6.png ├── preset6.png.import ├── preset6.save ├── preset7.png ├── preset7.png.import ├── preset7.save ├── preset8.png ├── preset8.png.import ├── preset8.save ├── preset9.png ├── preset9.png.import └── preset9.save ├── README.md ├── SavedCharacter ├── .directory ├── aaa.save └── test.save ├── World ├── .directory ├── Levels │ ├── CharacterCreator.tscn │ ├── LevelTest.tscn │ ├── MainMenu.gd │ ├── MainMenu.tscn │ ├── Material_tester.tscn │ ├── bg.glb │ └── bg.glb.import ├── checker.png ├── checker.png.import ├── checker.png~ ├── lobby.hdr └── lobby.hdr.import ├── default_env.tres ├── export_presets.cfg ├── icon.png ├── icon.png.import └── project.godot /.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/.directory -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .import/ 2 | -------------------------------------------------------------------------------- /GUI/CharacterCreation.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/CharacterCreation.gd -------------------------------------------------------------------------------- /GUI/CharacterCreation.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/CharacterCreation.tscn -------------------------------------------------------------------------------- /GUI/ColorPickerButton.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/ColorPickerButton.tscn -------------------------------------------------------------------------------- /GUI/EditBehaviour.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/EditBehaviour.gd -------------------------------------------------------------------------------- /GUI/Panel.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Panel.gd -------------------------------------------------------------------------------- /GUI/Randomizer.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Randomizer.gd -------------------------------------------------------------------------------- /GUI/SliderBox.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/SliderBox.gd -------------------------------------------------------------------------------- /GUI/SliderBox.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/SliderBox.tscn -------------------------------------------------------------------------------- /GUI/Theme/PresetButtonTheme.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/PresetButtonTheme.tres -------------------------------------------------------------------------------- /GUI/Theme/Quintessential-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/Quintessential-Regular.ttf -------------------------------------------------------------------------------- /GUI/Theme/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/Roboto-Black.ttf -------------------------------------------------------------------------------- /GUI/Theme/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/Roboto-Bold.ttf -------------------------------------------------------------------------------- /GUI/Theme/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/Roboto-Regular.ttf -------------------------------------------------------------------------------- /GUI/Theme/Theme.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/Theme.tres -------------------------------------------------------------------------------- /GUI/Theme/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider.png -------------------------------------------------------------------------------- /GUI/Theme/slider.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider.png.import -------------------------------------------------------------------------------- /GUI/Theme/slider_grabber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider_grabber.jpg -------------------------------------------------------------------------------- /GUI/Theme/slider_grabber.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider_grabber.jpg.import -------------------------------------------------------------------------------- /GUI/Theme/slider_grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider_grabber.png -------------------------------------------------------------------------------- /GUI/Theme/slider_grabber.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider_grabber.png.import -------------------------------------------------------------------------------- /GUI/Theme/slider_grabber_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider_grabber_h.png -------------------------------------------------------------------------------- /GUI/Theme/slider_grabber_h.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/GUI/Theme/slider_grabber_h.png.import -------------------------------------------------------------------------------- /Game/CameraMenu.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/CameraMenu.gd -------------------------------------------------------------------------------- /Game/CameraMenu.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/CameraMenu.tscn -------------------------------------------------------------------------------- /Game/Game.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/Game.tscn -------------------------------------------------------------------------------- /Game/GameInstance.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/GameInstance.gd -------------------------------------------------------------------------------- /Game/GameInstance.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/GameInstance.tscn -------------------------------------------------------------------------------- /Game/Save.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/Save.gd -------------------------------------------------------------------------------- /Game/Save.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Game/Save.tscn -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/LICENSE -------------------------------------------------------------------------------- /MainCharacter/MainCharacter.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/MainCharacter.blend -------------------------------------------------------------------------------- /MainCharacter/MainCharacter.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/MainCharacter.gd -------------------------------------------------------------------------------- /MainCharacter/MainCharacter.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/MainCharacter.tscn -------------------------------------------------------------------------------- /MainCharacter/Material/Cornea.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Cornea.tres -------------------------------------------------------------------------------- /MainCharacter/Material/Eye.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Eye.tres -------------------------------------------------------------------------------- /MainCharacter/Material/Hair.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Hair.tres -------------------------------------------------------------------------------- /MainCharacter/Material/Skin.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Skin.tres -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | PreviewsShown=true 3 | Timestamp=2019,8,21,13,45,27 4 | Version=4 5 | -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard0_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard0_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard0_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard0_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard1_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard1_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard1_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard1_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard2_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard2_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard2_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard2_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard3_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard3_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/beard/beard3_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/beard/beard3_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_a.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_a.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_a.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_n.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_n.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_n.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_n_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_n_detail.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_n_detail.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_n_detail.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_ors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_ors.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_ors.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_ors.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_orsc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_orsc.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/arms_orsc.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/arms_orsc.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_a.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_a.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_a.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_id_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_id_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_id_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_id_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_n.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_n.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_n.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_n_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_n_detail.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_n_detail.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_n_detail.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_n_flip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_n_flip.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_n_flip.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_n_flip.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_ors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_ors.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_ors.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_ors.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_orsc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_orsc.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/head_orsc.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/head_orsc.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_a.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_a.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_a.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_n.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_n.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_n.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_n_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_n_detail.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_n_detail.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_n_detail.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_ors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_ors.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_ors.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_ors.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_orsc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_orsc.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/legs_orsc.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/legs_orsc.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/null_black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/null_black.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/null_black.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/null_black.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/null_white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/null_white.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/null_white.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/null_white.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_a.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_a.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_a.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_n.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_n.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_n.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_n_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_n_detail.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_n_detail.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_n_detail.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_n_flip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_n_flip.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_n_flip.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_n_flip.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_ors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_ors.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_ors.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_ors.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_orsc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_orsc.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/body/torso_orsc.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/body/torso_orsc.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows0_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows0_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows0_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows0_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows1_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows1_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows1_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows1_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows2_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows2_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows2_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows2_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows3_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows3_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyebrows/eyebrows3_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyebrows/eyebrows3_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/eyes_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/eyes_a.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/eyes_a.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/eyes_a.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/eyes_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/eyes_n.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/eyes_n.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/eyes_n.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/eyes_orm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/eyes_orm.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/eyes_orm.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/eyes_orm.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/iris_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/iris_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/eyes/iris_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/eyes/iris_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | PreviewsShown=true 3 | Timestamp=2019,8,15,10,21,4 4 | Version=4 5 | -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint0_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint0_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint0_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint0_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint1_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint1_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint1_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint1_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint2_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint2_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint2_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint2_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint3_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint3_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint3_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint3_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint4_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint4_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint4_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint4_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint5_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint5_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint5_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint5_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint6_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint6_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint6_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint6_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint7_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint7_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/facePaint/facePaint7_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/facePaint/facePaint7_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_alpha.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_alpha.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_alpha.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_ao.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_ao.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_ao.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_masks_rt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_masks_rt.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_masks_rt.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_masks_rt.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_masks_tr.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_masks_tr.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_n.png -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/hair_textures/hair_n.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/hair_textures/hair_n.png.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/head_masks/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | PreviewsShown=true 3 | Timestamp=2019,8,7,13,18,44 4 | Version=4 5 | -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/head_masks/darkSkinMask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/head_masks/darkSkinMask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/head_masks/darkSkinMask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/head_masks/darkSkinMask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/cheek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/cheek.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/cheek.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/cheek.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/chin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/chin.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/chin.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/chin.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/ears.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/ears.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/ears.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/ears.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/eyes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/eyes.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/eyes.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/eyes.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/foot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/foot.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/foot.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/foot.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forearm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forearm.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forearm.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forearm.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forehead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forehead.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forehead.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forehead.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forehead_side.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forehead_side.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forehead_side.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forehead_side.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forehead_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forehead_top.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/forehead_top.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/forehead_top.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/fullHead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/fullHead.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/fullHead.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/fullHead.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/head_shape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/head_shape.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/head_shape.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/head_shape.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/headfull.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/headfull.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/jaw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/jaw.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/jaw.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/jaw.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/mouth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/mouth.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/mouth.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/mouth.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/mouth_side.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/mouth_side.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/mouth_side.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/mouth_side.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/nose_middle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/nose_middle.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/nose_middle.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/nose_middle.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/nose_tip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/nose_tip.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/nose_tip.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/nose_tip.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/shin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/shin.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/shin.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/shin.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/spine_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/spine_1.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/spine_1.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/spine_1.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/spine_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/spine_2.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/spine_2.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/spine_2.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/spine_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/spine_3.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/spine_3.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/spine_3.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/thigh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/thigh.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/thigh.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/thigh.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/upper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/upper.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/id_masks/upper.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/id_masks/upper.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/.directory -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair0_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair0_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair0_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair0_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair1_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair1_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair1_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair1_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair2_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair2_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair2_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair2_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair3_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair3_mask.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair3_mask.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair3_mask.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair4.jpg -------------------------------------------------------------------------------- /MainCharacter/Material/Textures/subHair/subHair4.jpg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Textures/subHair/subHair4.jpg.import -------------------------------------------------------------------------------- /MainCharacter/Material/Underwear.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/Underwear.tres -------------------------------------------------------------------------------- /MainCharacter/Material/hair.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Material/hair.shader -------------------------------------------------------------------------------- /MainCharacter/Mesh/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/.directory -------------------------------------------------------------------------------- /MainCharacter/Mesh/MainRig.gltf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/MainRig.gltf -------------------------------------------------------------------------------- /MainCharacter/Mesh/MainRig.gltf.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/MainRig.gltf.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/arms.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/arms.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/arms.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/arms.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard0.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard0.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard0.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard0.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard1.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard1.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard1.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard1.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard2.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard2.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard2.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard2.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard3.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard3.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard3.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard3.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard4.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard4.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/beard/beard4.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/beard/beard4.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair0.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair0.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair0.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair0.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair1.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair1.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair1.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair1.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair2.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair2.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair2.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair2.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair3.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair3.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair3.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair3.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair4.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair4.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair4.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair4.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair5.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair5.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/hair/hair5.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/hair/hair5.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/head.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/head.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/head.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/head.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/legs.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/legs.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/legs.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/legs.glb.import -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/torso.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/torso.glb -------------------------------------------------------------------------------- /MainCharacter/Mesh/Parts/torso.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/MainCharacter/Mesh/Parts/torso.glb.import -------------------------------------------------------------------------------- /Presets/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/.directory -------------------------------------------------------------------------------- /Presets/.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/.save -------------------------------------------------------------------------------- /Presets/preset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset1.png -------------------------------------------------------------------------------- /Presets/preset1.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset1.png.import -------------------------------------------------------------------------------- /Presets/preset1.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset1.save -------------------------------------------------------------------------------- /Presets/preset10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset10.png -------------------------------------------------------------------------------- /Presets/preset10.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset10.png.import -------------------------------------------------------------------------------- /Presets/preset10.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset10.save -------------------------------------------------------------------------------- /Presets/preset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset2.png -------------------------------------------------------------------------------- /Presets/preset2.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset2.png.import -------------------------------------------------------------------------------- /Presets/preset2.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset2.save -------------------------------------------------------------------------------- /Presets/preset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset3.png -------------------------------------------------------------------------------- /Presets/preset3.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset3.png.import -------------------------------------------------------------------------------- /Presets/preset3.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset3.save -------------------------------------------------------------------------------- /Presets/preset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset4.png -------------------------------------------------------------------------------- /Presets/preset4.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset4.png.import -------------------------------------------------------------------------------- /Presets/preset4.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset4.save -------------------------------------------------------------------------------- /Presets/preset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset5.png -------------------------------------------------------------------------------- /Presets/preset5.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset5.png.import -------------------------------------------------------------------------------- /Presets/preset5.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset5.save -------------------------------------------------------------------------------- /Presets/preset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset6.png -------------------------------------------------------------------------------- /Presets/preset6.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset6.png.import -------------------------------------------------------------------------------- /Presets/preset6.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset6.save -------------------------------------------------------------------------------- /Presets/preset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset7.png -------------------------------------------------------------------------------- /Presets/preset7.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset7.png.import -------------------------------------------------------------------------------- /Presets/preset7.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset7.save -------------------------------------------------------------------------------- /Presets/preset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset8.png -------------------------------------------------------------------------------- /Presets/preset8.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset8.png.import -------------------------------------------------------------------------------- /Presets/preset8.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset8.save -------------------------------------------------------------------------------- /Presets/preset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset9.png -------------------------------------------------------------------------------- /Presets/preset9.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset9.png.import -------------------------------------------------------------------------------- /Presets/preset9.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/Presets/preset9.save -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/README.md -------------------------------------------------------------------------------- /SavedCharacter/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2019,8,22,12,4,48 3 | Version=4 4 | 5 | [Settings] 6 | HiddenFilesShown=true 7 | -------------------------------------------------------------------------------- /SavedCharacter/aaa.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/SavedCharacter/aaa.save -------------------------------------------------------------------------------- /SavedCharacter/test.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/SavedCharacter/test.save -------------------------------------------------------------------------------- /World/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2019,8,1,12,11,10 3 | Version=4 4 | -------------------------------------------------------------------------------- /World/Levels/CharacterCreator.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/CharacterCreator.tscn -------------------------------------------------------------------------------- /World/Levels/LevelTest.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/LevelTest.tscn -------------------------------------------------------------------------------- /World/Levels/MainMenu.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/MainMenu.gd -------------------------------------------------------------------------------- /World/Levels/MainMenu.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/MainMenu.tscn -------------------------------------------------------------------------------- /World/Levels/Material_tester.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/Material_tester.tscn -------------------------------------------------------------------------------- /World/Levels/bg.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/bg.glb -------------------------------------------------------------------------------- /World/Levels/bg.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/Levels/bg.glb.import -------------------------------------------------------------------------------- /World/checker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/checker.png -------------------------------------------------------------------------------- /World/checker.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/checker.png.import -------------------------------------------------------------------------------- /World/checker.png~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/checker.png~ -------------------------------------------------------------------------------- /World/lobby.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/lobby.hdr -------------------------------------------------------------------------------- /World/lobby.hdr.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/World/lobby.hdr.import -------------------------------------------------------------------------------- /default_env.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/default_env.tres -------------------------------------------------------------------------------- /export_presets.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/export_presets.cfg -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/icon.png -------------------------------------------------------------------------------- /icon.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/icon.png.import -------------------------------------------------------------------------------- /project.godot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grumoth/godot-character-creator/HEAD/project.godot --------------------------------------------------------------------------------