Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rjw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bigiboo
rjw
Commits
0874b6c6
Commit
0874b6c6
authored
2 years ago
by
Ed86
Browse files
Options
Downloads
Patches
Plain Diff
changed bio icon to rjw logo
parent
feed28b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
1.3/Source/Harmony/SexualityCard.cs
+5
-4
5 additions, 4 deletions
1.3/Source/Harmony/SexualityCard.cs
with
5 additions
and
4 deletions
1.3/Source/Harmony/SexualityCard.cs
+
5
−
4
View file @
0874b6c6
...
...
@@ -74,10 +74,11 @@ namespace rjw
GUI
.
color
=
rectNew
.
Contains
(
Event
.
current
.
mousePosition
)
?
new
Color
(
0.25f
,
0.59f
,
0.75f
)
:
new
Color
(
1f
,
1f
,
1f
);
// TODO: Replace the placeholder icons with... something
if
(
CompRJW
.
Comp
(
pawn
).
quirks
.
ToString
()
!=
"None"
)
GUI
.
DrawTexture
(
rectNew
,
ContentFinder
<
Texture2D
>.
Get
(
"UI/Commands/Service_on"
));
else
GUI
.
DrawTexture
(
rectNew
,
ContentFinder
<
Texture2D
>.
Get
(
"UI/Commands/Service_off"
));
//if (CompRJW.Comp(pawn).quirks.ToString() != "None")
// GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("UI/Commands/Service_on"));
//else
// GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("UI/Commands/Service_off"));
GUI
.
DrawTexture
(
rectNew
,
ContentFinder
<
Texture2D
>.
Get
(
"RJW-LOGO"
));
TooltipHandler
.
TipRegion
(
rectNew
,
"SexcardTooltip"
.
Translate
());
if
(
Widgets
.
ButtonInvisible
(
rectNew
))
...
...
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