Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jul 17, 2024
1 parent dd65107 commit 0b59536
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Type Picker

A [MonkeyLoader](https://github.com/MonkeyModdingTroop/MonkeyLoader) mod for [Resonite](https://resonite.com/) adds a type picker into Component Selector / ProtoFlux Node Selector by utilizing [Component Selector Additions](https://github.com/ResoniteModdingGroup/ComponentSelectorAdditions).

Just drop any reference into the picker and choose the type
![image](screenshot/panel.png)
Just drop any reference into the picker and choose the type you want.

![Added Type Picker panel with filled out parameters for ReferenceCast component](screenshot/panel.png)
![Added Type Picker panel localized in German for ReferenceCast component](screenshot/german-panel.png)

## Install
First, make sure you've installed MonkeyLoader and the necessary GamePacks - combined releases can be found on the page of the Resonite GamePack here: https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases/
Expand Down
17 changes: 16 additions & 1 deletion TypePicker.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypePicker", "TypePicker\TypePicker.csproj", "{2064F4CE-0C80-431D-A009-041C5DFCEEA6}"
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypePicker", "TypePicker\TypePicker.csproj", "{2064F4CE-0C80-431D-A009-041C5DFCEEA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB0882FD-44E0-4602-BC0C-19A957A68CD0}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -13,4 +22,10 @@ Global
{2064F4CE-0C80-431D-A009-041C5DFCEEA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2064F4CE-0C80-431D-A009-041C5DFCEEA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {921A929E-D1E5-41BD-AF84-82084FB738F8}
EndGlobalSection
EndGlobal
Binary file added screenshot/german-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b59536

Please sign in to comment.