Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OriginalGladiator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryan Hoppe (rmh898)
OriginalGladiator
Commits
0368d10f
Commit
0368d10f
authored
8 years ago
by
Jordan
Browse files
Options
Downloads
Patches
Plain Diff
Modified ChooseCharLook.cs filename so it's found properly
parent
378f66b1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Zookeepers Trial/Assets/Scripts/characterCreation/ChooseCharLook.cs
+2
-1
2 additions, 1 deletion
... Trial/Assets/Scripts/characterCreation/ChooseCharLook.cs
with
2 additions
and
1 deletion
Zookeepers Trial/Assets/Scripts/characterCreation/
c
hooseCharLook.cs
→
Zookeepers Trial/Assets/Scripts/characterCreation/
C
hooseCharLook.cs
+
2
−
1
View file @
0368d10f
...
...
@@ -2,6 +2,7 @@
using
System.Collections
;
// This is used for character creation only
//
public
class
ChooseCharLook
:
MonoBehaviour
{
// set these in inspector
public
Sprite
[]
headOptions
;
...
...
@@ -18,8 +19,8 @@ public class ChooseCharLook : MonoBehaviour {
void
Start
()
{
playerLooks
=
GameObject
.
Find
(
"CharacterDisplay"
).
GetComponent
<
setAppearance
>();
// Access setAppearance object from characterDisplay
curHead
=
0
;
curFace
=
0
;
curHead
=
0
;
curLegs
=
0
;
red
=
128
;
green
=
128
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment