Compare commits
60 Commits
960abba07f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b5c47d8c7 | |||
| 7d6898edb3 | |||
| da858f4a99 | |||
| 514fca47bc | |||
| 393be51c76 | |||
| 29726631dd | |||
| 7d6b1f207f | |||
| 6a230e3ab2 | |||
| 53a06281fd | |||
| fa7dcdcb0d | |||
| 536abb2231 | |||
| 8d88c88fa0 | |||
| 8a46788512 | |||
| f7a2d83f6e | |||
| e9c562eee5 | |||
| 6658fb7940 | |||
| d951d2ab61 | |||
| 6c9f75bfac | |||
| f0460cdc71 | |||
| bfaf161d30 | |||
| 1b0d96934f | |||
| cc34e36cd2 | |||
| e1f3c81cbd | |||
| 779c9f5c2e | |||
| d737879ed6 | |||
| 46051526e6 | |||
| 8dab0d16b7 | |||
| 933c1ac6c3 | |||
| 521d4726ad | |||
| 2bfa3024f1 | |||
| f7983b1f02 | |||
| 36ec4a3b9b | |||
| 1c2be1b4d8 | |||
| 0b23c82e73 | |||
| b1defd821b | |||
| e17f5417f2 | |||
| c0848c2670 | |||
| 94e6385f14 | |||
| 1328f6e5f7 | |||
| 5d2377df1d | |||
| e0d45cc1db | |||
| ff9c045c8e | |||
| e669140e2c | |||
| 420ea088d7 | |||
| b00ec49e91 | |||
| 1aa888ac82 | |||
| 236693fca6 | |||
| b5e121f884 | |||
| ac4302141c | |||
| e16e0978b0 | |||
| 3be98f3617 | |||
| 3cf984ff65 | |||
| 78c85660c9 | |||
| 3e7e6a2ae4 | |||
| 9d37f02d44 | |||
| 97b5a3c593 | |||
| ae0defbad9 | |||
| 9598004e6d | |||
| 4680a0f3f4 | |||
| 3f6ef4b56c |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,6 +27,7 @@ UnrealEngine
|
|||||||
*.vcproj
|
*.vcproj
|
||||||
.ignore
|
.ignore
|
||||||
|
|
||||||
|
.gitdeps-cache/**
|
||||||
.vscode/**
|
.vscode/**
|
||||||
Config/**
|
Config/**
|
||||||
Saved/**
|
Saved/**
|
||||||
@@ -52,3 +53,4 @@ GPF-output/**
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
.clangd-query/
|
.clangd-query/
|
||||||
COMMIT.txt
|
COMMIT.txt
|
||||||
|
CLAUDE.md
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"ue-wingman": {
|
|
||||||
"command": "python3",
|
|
||||||
"args": ["Plugins/UEWingman/ue-wingman-mcp.py"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -25,9 +25,16 @@
|
|||||||
- `Docs/` — Documentation.
|
- `Docs/` — Documentation.
|
||||||
- `Config/` — Unreal config files
|
- `Config/` — Unreal config files
|
||||||
- `EnginePatches/` — Custom engine modifications
|
- `EnginePatches/` — Custom engine modifications
|
||||||
- `Plugins/UEWingman/' - An MCP that gives you control over the unreal editor.
|
- `Plugins/UEWingman/` - A plugin that gives you control over the unreal editor.
|
||||||
- `../integration.UE/` - the unreal engine source tree
|
- `../integration.UE/` - the unreal engine source tree
|
||||||
|
|
||||||
|
## Using ue-wingman
|
||||||
|
|
||||||
|
- Drive it from bash using: ue-wingman <Command> <Arg1> <Arg2> ...
|
||||||
|
- ue-wingman Documentation_Manual
|
||||||
|
- ue-wingman Documentation_Commands
|
||||||
|
- ue-wingman Documentation_Command <specific_command>
|
||||||
|
|
||||||
## Coding Conventions
|
## Coding Conventions
|
||||||
|
|
||||||
- Prefer early returns and `continue` to reduce nesting (never-nester style).
|
- Prefer early returns and `continue` to reduce nesting (never-nester style).
|
||||||
|
|||||||
1498
Art/gamepad.svg
Normal file
1498
Art/gamepad.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 65 KiB |
321
Art/radial.svg
Normal file
321
Art/radial.svg
Normal file
@@ -0,0 +1,321 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="200mm"
|
||||||
|
height="200mm"
|
||||||
|
viewBox="0 0 200 200"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
sodipodi:docname="radial.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="365.75098"
|
||||||
|
inkscape:cy="372.82205"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid132"
|
||||||
|
spacingx="0.99999999"
|
||||||
|
spacingy="0.99999999" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05555556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:none;stroke:#707070;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="120"
|
||||||
|
y="90"
|
||||||
|
id="text2926"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan2924"
|
||||||
|
style="stroke-width:1;font-size:7.05555556px"
|
||||||
|
x="120"
|
||||||
|
y="90" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="116"
|
||||||
|
y="87"
|
||||||
|
id="text3271"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3269"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="116"
|
||||||
|
y="87">Light the furnace</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="120.365"
|
||||||
|
y="96.362228"
|
||||||
|
id="text3325"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3323"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="120.365"
|
||||||
|
y="96.362228">Replenish Fuel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="121"
|
||||||
|
y="107"
|
||||||
|
id="text3329"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3327"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="121"
|
||||||
|
y="107">Bake chicken</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="116"
|
||||||
|
y="117"
|
||||||
|
id="text3333"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3331"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="116"
|
||||||
|
y="117">Cannibalism</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="84"
|
||||||
|
y="87"
|
||||||
|
id="text3337"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3335"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="84"
|
||||||
|
y="87">Banana Bread</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="79"
|
||||||
|
y="97"
|
||||||
|
id="text3341"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3339"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="79"
|
||||||
|
y="97">Electric Eel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="79"
|
||||||
|
y="107"
|
||||||
|
id="text3345"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3343"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="79"
|
||||||
|
y="107">Engine Fire</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="84"
|
||||||
|
y="117"
|
||||||
|
id="text3349"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3347"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="84"
|
||||||
|
y="117">Radial Menu</tspan></text>
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 89.999999,84.999999 4,-10e-7"
|
||||||
|
id="path4558"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 106,84.999998 4,10e-7"
|
||||||
|
id="path4562"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 84.999999,94.999999 3,0"
|
||||||
|
id="path4564"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 112,94.999997 3,2e-6"
|
||||||
|
id="path4566"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 84.999999,105 3,0"
|
||||||
|
id="path4568"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 112,105 3,0"
|
||||||
|
id="path4570"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 89.999999,115 4,0"
|
||||||
|
id="path4572"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.3;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 106,115 4,0"
|
||||||
|
id="path4574"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
id="path4576"
|
||||||
|
style="fill:#662066;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 102,100.15803 c 0,1.10457 -0.89543,2 -2.000004,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.104575 2,-4.000005 2,-4.000005 0,0 2.000004,2.89543 2.000004,4.000005 z"
|
||||||
|
sodipodi:nodetypes="ssscs" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 112,105 -5.72673,-2.38614"
|
||||||
|
id="path1147" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="M 106.27327,97.386131 112,94.999997"
|
||||||
|
id="path1149" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="M 102.52401,93.689963 106,84.999996"
|
||||||
|
id="path1151" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="M 97.475986,93.689963 93.999999,84.999996"
|
||||||
|
id="path1153" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 106,115 -3.47599,-8.68997"
|
||||||
|
id="path1155" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 93.999999,115 3.475987,-8.68997"
|
||||||
|
id="path1157" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 87.999998,105 5.726726,-2.38614"
|
||||||
|
id="path1159" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 87.999998,94.999997 5.726726,2.386136"
|
||||||
|
id="path1161" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="path1220"
|
||||||
|
cx="102.52401"
|
||||||
|
cy="106.31003"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1274"
|
||||||
|
cx="97.475983"
|
||||||
|
cy="106.31003"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1276"
|
||||||
|
cx="93.726723"
|
||||||
|
cy="102.61386"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1278"
|
||||||
|
cx="106.27327"
|
||||||
|
cy="102.61386"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1280"
|
||||||
|
cx="106.27327"
|
||||||
|
cy="97.386131"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1282"
|
||||||
|
cx="102.52401"
|
||||||
|
cy="93.689964"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1284"
|
||||||
|
cx="90"
|
||||||
|
cy="85"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1286"
|
||||||
|
cx="93.726723"
|
||||||
|
cy="97.386131"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1290"
|
||||||
|
cx="97.475983"
|
||||||
|
cy="93.689964"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1292"
|
||||||
|
cx="110"
|
||||||
|
cy="85"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1294"
|
||||||
|
cx="115"
|
||||||
|
cy="95"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1296"
|
||||||
|
cx="115"
|
||||||
|
cy="105"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1298"
|
||||||
|
cx="110"
|
||||||
|
cy="115"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1300"
|
||||||
|
cx="90"
|
||||||
|
cy="115"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1302"
|
||||||
|
cx="85"
|
||||||
|
cy="105"
|
||||||
|
r="0.49999997" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1304"
|
||||||
|
cx="85"
|
||||||
|
cy="95"
|
||||||
|
r="0.49999997" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
304
Art/radial2.svg
Normal file
304
Art/radial2.svg
Normal file
@@ -0,0 +1,304 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="200mm"
|
||||||
|
height="200mm"
|
||||||
|
viewBox="0 0 200 200"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
sodipodi:docname="radial2.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="2"
|
||||||
|
inkscape:cx="375.25"
|
||||||
|
inkscape:cy="379.25"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid132"
|
||||||
|
spacingx="0.99999999"
|
||||||
|
spacingy="0.99999999" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05555556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:none;stroke:#707070;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="120"
|
||||||
|
y="90"
|
||||||
|
id="text2926"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan2924"
|
||||||
|
style="stroke-width:1;font-size:7.05555556px"
|
||||||
|
x="120"
|
||||||
|
y="90" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="67.497505"
|
||||||
|
id="text3271"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3269"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="67.497505">Light the furnace</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="77.497505"
|
||||||
|
id="text3325"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3323"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="77.497505">Replenish Fuel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="87.497505"
|
||||||
|
id="text3329"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3327"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="87.497505">Bake chicken</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="97.497505"
|
||||||
|
id="text3333"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3331"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="97.497505">Cannibalism</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="107.49751"
|
||||||
|
id="text3271-9"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3269-1"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="107.49751">Light the furnace</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="117.49751"
|
||||||
|
id="text3325-2"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3323-7"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="117.49751">Replenish Fuel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="127.49751"
|
||||||
|
id="text3329-0"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3327-9"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="127.49751">Bake chicken</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="130"
|
||||||
|
y="137.4975"
|
||||||
|
id="text3333-3"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3331-6"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="130"
|
||||||
|
y="137.4975">Cannibalism</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="67.497505"
|
||||||
|
id="text3337"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3335"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="67.497505">Banana Bread</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="77.497505"
|
||||||
|
id="text3341"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3339"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="77.497505">Electric Eel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="87.497505"
|
||||||
|
id="text3345"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3343"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="87.497505">Engine Fire</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="97.497505"
|
||||||
|
id="text3349"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3347"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="97.497505">Radial Menu</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="107.49751"
|
||||||
|
id="text3337-3"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3335-6"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="107.49751">Banana Bread</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="117.49751"
|
||||||
|
id="text3341-7"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3339-5"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="117.49751">Electric Eel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="127.49751"
|
||||||
|
id="text3345-3"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3343-5"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="127.49751">Engine Fire</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="70"
|
||||||
|
y="137.4975"
|
||||||
|
id="text3349-6"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3347-2"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="70"
|
||||||
|
y="137.4975">Radial Menu</tspan></text>
|
||||||
|
<path
|
||||||
|
id="path4576"
|
||||||
|
style="fill:#662066;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 82.000003,188 c 0,1.10457 -0.89543,2 -2.000004,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 2,-4.00001 2,-4.00001 0,0 2.000004,2.89544 2.000004,4.00001 z"
|
||||||
|
sodipodi:nodetypes="ssscs" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1284"
|
||||||
|
cx="125"
|
||||||
|
cy="194.5"
|
||||||
|
r="0.49999997" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 135,160 h 30"
|
||||||
|
id="path1524" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 93.038085,64.999999 99.999992,99.999995 106.96191,65"
|
||||||
|
id="path1528"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 99.999995,99.999995 83.295555,75"
|
||||||
|
id="path1530"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 116.70446,75 99.999995,99.999995 77.550899,84.999992"
|
||||||
|
id="path1532"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 122.44906,84.99999 99.999995,99.999995 74.863225,95"
|
||||||
|
id="path1536"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 99.999995,99.999995 74.863247,105"
|
||||||
|
id="path1538" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 99.999992,99.999995 77.550885,114.99999"
|
||||||
|
id="path1544" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 83.29551,125 99.999995,99.999995"
|
||||||
|
id="path1546" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 93.038045,135 6.96195,-35.000005"
|
||||||
|
id="path1548" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 106.96198,135 99.999992,99.999995"
|
||||||
|
id="path1550" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 116.70444,125 99.999995,99.999995"
|
||||||
|
id="path1552" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 122.44909,114.99999 99.999995,99.999995"
|
||||||
|
id="path1554" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 125.13655,95 99.999995,99.999995 125.13674,105"
|
||||||
|
id="path1556"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
449
Art/radial3.svg
Normal file
449
Art/radial3.svg
Normal file
@@ -0,0 +1,449 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="200mm"
|
||||||
|
height="200mm"
|
||||||
|
viewBox="0 0 200 200"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
sodipodi:docname="radial3.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="396.51013"
|
||||||
|
inkscape:cy="365.57421"
|
||||||
|
inkscape:window-width="1276"
|
||||||
|
inkscape:window-height="673"
|
||||||
|
inkscape:window-x="153"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid132"
|
||||||
|
spacingx="0.99999999"
|
||||||
|
spacingy="0.99999999" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs2">
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7971"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7967"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7963"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7959"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7955"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7951"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7947"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7943"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7939"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7935"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7931"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7927"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7923"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7919"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7915"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect7911"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05555556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:none;stroke:#707070;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="120"
|
||||||
|
y="90"
|
||||||
|
id="text2926"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan2924"
|
||||||
|
style="stroke-width:1;font-size:7.05555556px"
|
||||||
|
x="120"
|
||||||
|
y="90" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="67.497505"
|
||||||
|
id="text3271"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3269"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="67.497505">Light the furnace</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="77.497505"
|
||||||
|
id="text3325"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3323"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="77.497505">Replenish Fuel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="87.497505"
|
||||||
|
id="text3329"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3327"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="87.497505">Bake chicken</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="97.497505"
|
||||||
|
id="text3333"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3331"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="97.497505">Cannibalism</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="107.49751"
|
||||||
|
id="text3271-9"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3269-1"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="107.49751">Light the furnace</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="117.49751"
|
||||||
|
id="text3325-2"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3323-7"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="117.49751">Replenish Fuel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="127.49751"
|
||||||
|
id="text3329-0"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3327-9"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="127.49751">Bake chicken</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="105"
|
||||||
|
y="137.4975"
|
||||||
|
id="text3333-3"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3331-6"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="105"
|
||||||
|
y="137.4975">Cannibalism</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="67.497505"
|
||||||
|
id="text3337"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3335"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="67.497505">Banana Bread</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="77.497505"
|
||||||
|
id="text3341"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3339"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="77.497505">Electric Eel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="87.497505"
|
||||||
|
id="text3345"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3343"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="87.497505">Engine Fire</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="97.497505"
|
||||||
|
id="text3349"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3347"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="97.497505">Radial Menu</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="107.49751"
|
||||||
|
id="text3337-3"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3335-6"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="107.49751">Banana Bread</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="117.49751"
|
||||||
|
id="text3341-7"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3339-5"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="117.49751">Electric Eel</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="127.49751"
|
||||||
|
id="text3345-3"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3343-5"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="127.49751">Engine Fire</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:end;text-anchor:end;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="65"
|
||||||
|
y="137.4975"
|
||||||
|
id="text3349-6"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3347-2"
|
||||||
|
style="stroke-width:1"
|
||||||
|
x="65"
|
||||||
|
y="137.4975">Radial Menu</tspan></text>
|
||||||
|
<path
|
||||||
|
id="path4576"
|
||||||
|
style="fill:#662066;stroke:#707070;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
d="m 82.000003,188 c 0,1.10457 -0.89543,2 -2.000004,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 2,-4.00001 2,-4.00001 0,0 2.000004,2.89544 2.000004,4.00001 z"
|
||||||
|
sodipodi:nodetypes="ssscs" />
|
||||||
|
<circle
|
||||||
|
style="fill:#662066;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round"
|
||||||
|
id="circle1284"
|
||||||
|
cx="125"
|
||||||
|
cy="194.5"
|
||||||
|
r="0.49999997" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 135,160 h 30"
|
||||||
|
id="path1524" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:none;stroke:#700726;stroke-width:1;stroke-linecap:round"
|
||||||
|
id="path9423"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="8"
|
||||||
|
sodipodi:cx="84.999992"
|
||||||
|
sodipodi:cy="50"
|
||||||
|
sodipodi:r1="10"
|
||||||
|
sodipodi:r2="10"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="1.9634954"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M 84.999993,60 81.173158,59.238795 77.928925,57.071068 75.761197,53.826834 74.999992,50 75.761197,46.173166 77.928924,42.928932 81.173158,40.761205 84.999992,40 l 3.826835,0.761205 3.244233,2.167727 2.167728,3.244234 L 94.999992,50 l -0.761204,3.826834 -2.167728,3.244234 -3.244233,2.167727 z"
|
||||||
|
inkscape:transform-center-x="1.0036851e-06"
|
||||||
|
transform="rotate(11.25,-168.82926,75.000033)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#700726;stroke-width:1;stroke-linecap:round"
|
||||||
|
d="M 64.999999,64.999999 H 105 V 74.999997 84.999998 94.999997 105 v 10 10 10 H 64.999999 V 125 115 105 94.999997 84.999998 74.999997 64.999999"
|
||||||
|
id="path9425" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 16 KiB |
@@ -1,13 +0,0 @@
|
|||||||
[/Script/UnrealEd.EditorStyleSettings]
|
|
||||||
|
|
||||||
AssetEditorOpenLocation=MainWindow
|
|
||||||
|
|
||||||
[/Script/BlueprintGraph.BlueprintEditorSettings]
|
|
||||||
|
|
||||||
SaveOnCompile=SoC_SuccessOnly
|
|
||||||
|
|
||||||
[/Script/UnrealEd.EditorLoadingSavingSettings]
|
|
||||||
|
|
||||||
RestoreOpenAssetTabsOnRestart=AlwaysRestore
|
|
||||||
|
|
||||||
AutoSaveWarningInSeconds=0
|
|
||||||
@@ -7,11 +7,11 @@
|
|||||||
GameViewportClientClassName=/Script/Integration.lxViewportClient
|
GameViewportClientClassName=/Script/Integration.lxViewportClient
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
GameDefaultMap=/Game/LpxLevel.LpxLevel
|
GameDefaultMap=/Game/LpxBasicLevel.LpxBasicLevel
|
||||||
GlobalDefaultGameMode=/Game/Luprex/lxGameMode.lxGameMode_C
|
GlobalDefaultGameMode=/Game/Luprex/lxGameMode.lxGameMode_C
|
||||||
GameInstanceClass=/Script/IntegrationV7.GameInstanceV7
|
GameInstanceClass=/Script/IntegrationV7.GameInstanceV7
|
||||||
GlobalDefaultServerGameMode=/Game/IntegrationGameModeBaseBP.IntegrationGameModeBaseBP_C
|
GlobalDefaultServerGameMode=/Game/IntegrationGameModeBaseBP.IntegrationGameModeBaseBP_C
|
||||||
EditorStartupMap=/Game/LpxLevel.LpxLevel
|
EditorStartupMap=/Game/LpxBasicLevel.LpxBasicLevel
|
||||||
|
|
||||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||||
bEnablePlugin=True
|
bEnablePlugin=True
|
||||||
|
|||||||
@@ -84,3 +84,16 @@ DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.Defaul
|
|||||||
-ConsoleKeys=Tilde
|
-ConsoleKeys=Tilde
|
||||||
+ConsoleKeys=Tilde
|
+ConsoleKeys=Tilde
|
||||||
|
|
||||||
|
[InputPlatformSettings_Linux InputPlatformSettings]
|
||||||
|
MaxPlatformUserCount=8
|
||||||
|
input.DeviceMappingPolicy=1
|
||||||
|
MaxTriggerFeedbackPosition=8
|
||||||
|
MaxTriggerFeedbackStrength=8
|
||||||
|
MaxTriggerVibrationTriggerPosition=9
|
||||||
|
MaxTriggerVibrationFrequency=255
|
||||||
|
MaxTriggerVibrationAmplitude=8
|
||||||
|
+HardwareDevices=(InputClassName="",HardwareDeviceIdentifier="",PrimaryDeviceType=Unspecified,SupportedFeaturesMask=0)
|
||||||
|
+HardwareDevices=(InputClassName="DefaultKeyboardAndMouse",HardwareDeviceIdentifier="KBM",PrimaryDeviceType=KeyboardAndMouse,SupportedFeaturesMask=3)
|
||||||
|
+HardwareDevices=(InputClassName="DefaultGamepad",HardwareDeviceIdentifier="Gamepad",PrimaryDeviceType=Gamepad,SupportedFeaturesMask=4)
|
||||||
|
+HardwareDevices=(InputClassName="DefaultMobileTouch",HardwareDeviceIdentifier="MobileTouch",PrimaryDeviceType=Touch,SupportedFeaturesMask=8)
|
||||||
|
|
||||||
|
|||||||
BIN
Content/LandscapeLevel.umap
LFS
Normal file
BIN
Content/LandscapeLevel.umap
LFS
Normal file
Binary file not shown.
BIN
Content/LpxBasicLevel.umap
LFS
Normal file
BIN
Content/LpxBasicLevel.umap
LFS
Normal file
Binary file not shown.
BIN
Content/LpxLevel.umap
LFS
BIN
Content/LpxLevel.umap
LFS
Binary file not shown.
BIN
Content/Luprex/InputActions/IA_Menu.uasset
LFS
Normal file
BIN
Content/Luprex/InputActions/IA_Menu.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/InputActions/IA_ReloadSource.uasset
LFS
Normal file
BIN
Content/Luprex/InputActions/IA_ReloadSource.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Josh_Primary.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Josh_Primary.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Josh_Secondary.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Josh_Secondary.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Localhost.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Localhost.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Standalone.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Standalone.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/lxGameMode.uasset
LFS
BIN
Content/Luprex/lxGameMode.uasset
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Luprex/lxPrompts.uasset
LFS
Normal file
BIN
Content/Luprex/lxPrompts.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/Testing/BP_Test.uasset
LFS
BIN
Content/Testing/BP_Test.uasset
LFS
Binary file not shown.
BIN
Content/Testing/WB_Test.uasset
LFS
BIN
Content/Testing/WB_Test.uasset
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Widgets/WB_Menu.uasset
LFS
BIN
Content/Widgets/WB_Menu.uasset
LFS
Binary file not shown.
Binary file not shown.
BIN
Content/Widgets/basic-border.uasset
LFS
Normal file
BIN
Content/Widgets/basic-border.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Widgets/teardrop.uasset
LFS
Normal file
BIN
Content/Widgets/teardrop.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Widgets/white-dot.uasset
LFS
Normal file
BIN
Content/Widgets/white-dot.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user