Merge remote-tracking branch 'origin/master'
@ -0,0 +1,36 @@
|
||||
#version 410
|
||||
|
||||
in vec4 color;
|
||||
in vec2 fragCoord;
|
||||
|
||||
out vec4 FragColor;
|
||||
|
||||
uniform float time;
|
||||
uniform float fill;
|
||||
uniform bool leftToRight;
|
||||
uniform float height;
|
||||
|
||||
void main()
|
||||
{ //Rectangle plus large que haut
|
||||
vec4 colorTemp = color;
|
||||
float ouverture = 0.8f;
|
||||
float lum = -pow(fragCoord.y + height/2f, 2f) * 5f /height + ouverture;
|
||||
colorTemp.xyz *= lum;
|
||||
if (leftToRight){
|
||||
if (fill > fragCoord.x){
|
||||
FragColor = colorTemp;
|
||||
}
|
||||
else {
|
||||
FragColor = vec4(0f);
|
||||
}
|
||||
} else {
|
||||
if (fill < fragCoord.x){
|
||||
FragColor = colorTemp;
|
||||
}
|
||||
else {
|
||||
FragColor = vec4(0f);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -9,13 +9,15 @@ public class HorizontalProgressBar extends ObjectGl {
|
||||
private float max;
|
||||
private float current;
|
||||
private int leftToRight;
|
||||
private boolean useHeight;
|
||||
|
||||
public HorizontalProgressBar(float z, float w, float h, float size, float current, float max, boolean leftToRight) {
|
||||
super(z, w, h, size, null, new Vector3f(0f, 1f, 0f));
|
||||
this.max = max;
|
||||
this.current = current;
|
||||
this.leftToRight = leftToRight ? 1 : 0;
|
||||
this.setShader("shaders/StylishShaders/BasicNoTexVert.glsl", "shaders/StylishShaders/HorizontalProgressBar.glsl");
|
||||
this.useHeight = false;
|
||||
this.setShader("shaders/StylishShaders/BasicNoTexVert.glsl", "shaders/StylishShaders/HorizontalProgressBarFrag.glsl");
|
||||
}
|
||||
|
||||
public void setCurrent(float newCurrent) {
|
||||
@ -26,6 +28,10 @@ public class HorizontalProgressBar extends ObjectGl {
|
||||
this.max = newMax;
|
||||
}
|
||||
|
||||
public void setUseHeight(boolean b){
|
||||
this.useHeight = b;
|
||||
}
|
||||
|
||||
protected void uniformInjection() {
|
||||
if (this.useTime) this.shader.setUniform1f("time", (float) glfwGetTime());
|
||||
|
||||
@ -35,6 +41,10 @@ public class HorizontalProgressBar extends ObjectGl {
|
||||
this.shader.setUniform1f("fill", Math.abs(((this.current / this.max) * this.getWidth()) - this.getWidth()));
|
||||
}
|
||||
|
||||
if (this.useHeight) {
|
||||
this.shader.setUniform1f("height", this.height);
|
||||
}
|
||||
|
||||
this.shader.setUniform1i("leftToRight", this.leftToRight);
|
||||
|
||||
this.shader.setUniformMat4f("projection", projection);
|
||||
|
@ -190,7 +190,8 @@ public class match {
|
||||
engine.add_uiElement(coordP2);
|
||||
// Barre de vie
|
||||
healthBarP1Obj = new HorizontalProgressBar(80f, 8.5f, 0.4f, 100f, p1.getCurrentHP(), p1.getMaxHP(), false);
|
||||
healthBarP1Obj.setColorVerticalGradient(new Vector3f(39f/255f, 201f/255f, 30f/255f), new Vector3f(19f/255f, 89f/255f, 15f/255f));
|
||||
healthBarP1Obj.setShader("shaders/StylishShaders/BasicNoTexVert.glsl", "shaders/StylishShaders/HorizontalProgressBarGradientSquareFrag.glsl");
|
||||
healthBarP1Obj.setUseHeight(true);
|
||||
healthBarP1 = new UIElement(healthBarP1Obj, 0.0138f, 0.980f, engine);
|
||||
healthBarP2Obj = new HorizontalProgressBar(80f, 8.5f, 0.4f, 100f, p2.getCurrentHP(), p2.getMaxHP(), true);
|
||||
healthBarP2Obj.setColorVerticalGradient(new Vector3f(39f/255f, 201f/255f, 30f/255f), new Vector3f(19f/255f, 89f/255f, 15f/255f));
|
||||
@ -249,7 +250,7 @@ public class match {
|
||||
//end round
|
||||
case 11:
|
||||
endRound();
|
||||
if(roundsWonP1 >= 2||roundsWonP2 >= 2) { endMatch();} //TODO : will probably need to specify more
|
||||
if(roundsWonP1 >= 2 || roundsWonP2 >= 2) { endMatch();} //TODO : will probably need to specify more
|
||||
else{acCode = 0;}
|
||||
break;
|
||||
|
||||
|
BIN
textures/keyboard_pad_glyphs/Controller_Disconnected.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
147
textures/keyboard_pad_glyphs/Readme.txt
Normal file
@ -0,0 +1,147 @@
|
||||
Hey there!
|
||||
|
||||
Hope you make good use of this pack. You can use all these assets in any project you want to (be it commercial or not).All of the assets are in the public domain under Creative Commons 0 (CC0)
|
||||
|
||||
In this pack you will find over 500 buttons including:
|
||||
|
||||
Xbox 360 Controller
|
||||
Xbox One Controller + Diagram
|
||||
Xbox Series X Controller + Diagram
|
||||
Play Station 3 Controller
|
||||
Play Station 4 Controller + Diagram
|
||||
Play Station 5 Controller + Diagram
|
||||
Play Station Move
|
||||
PS Vita
|
||||
Google Stadia Controller
|
||||
Amazon Luna Controller
|
||||
Vive Controller
|
||||
Oculus Controllers & Remote
|
||||
Wii Controller
|
||||
Wii U Controller
|
||||
Nintentdo Switch
|
||||
Steam Controller (Updated to commercial version)
|
||||
Ouya
|
||||
Keyboard and mouse buttons (Both in dark and light variants including blanks)
|
||||
Directional arrows for thumb sticks and movement keys
|
||||
Touch Screen Gestures
|
||||
|
||||
----------------------------------
|
||||
|
||||
I am "Nicolae (Xelu) Berbece", I'm responsible for the development studio "Those Awesome Guys", developers of "Move or Die" and publishers of "Monster Prom".
|
||||
|
||||
You can contact me at nick@thoseawesomeguys.com or @xelubest
|
||||
|
||||
Feel free to credit me in case you use anything in this pack, but don't worry, I won't mind if you don't. ;)
|
||||
|
||||
Please share this pack with other fellow developers in need of such assets! In the spirit of good old chain mail, if you share this pack with 5 fellow devs, your game's steam review score will rise by 7% and a notable twitch streamer will pick it up for their stream.
|
||||
|
||||
Keep making awesome things!!!
|
||||
|
||||
~Nick
|
||||
|
||||
|
||||
|
||||
Here is a semi-regularly-updated list of games using these prompts:
|
||||
----------------------------
|
||||
Mega Man Legacy
|
||||
Hunt: Showdown
|
||||
Outter Wilds
|
||||
Slay The Spire
|
||||
A hat in Time
|
||||
Forager
|
||||
Wonder Boy the dragon's trap
|
||||
Postal 2
|
||||
Postal Redux
|
||||
RWBY
|
||||
PikuNiku
|
||||
Shadow Warrior 2
|
||||
Tiny Metal
|
||||
Aztez
|
||||
Disney Afternoon
|
||||
Heat Signature
|
||||
Turbo Dismount
|
||||
Black Future 88
|
||||
Fallen Legion
|
||||
Fru
|
||||
Blockships
|
||||
20XX
|
||||
Furi
|
||||
Mike Dies
|
||||
Snake Pass
|
||||
Danger Scavenger
|
||||
Roboquest
|
||||
Rive
|
||||
Faerie Afterlight
|
||||
Obduction
|
||||
Fractal Fall
|
||||
Guild of Ascension
|
||||
Avaria VS
|
||||
Blast Zone! Tournament
|
||||
100ft Robot Golf
|
||||
Sockventure
|
||||
Spellbreak
|
||||
Zombie Rollerz
|
||||
B.O.O.M . - You Win
|
||||
Battle Chef Brigade
|
||||
De Blob
|
||||
Phantom Brigade
|
||||
Wytchwood
|
||||
Mulaka
|
||||
Airheart - Tales of broken wings
|
||||
Redirection
|
||||
Pull Stay
|
||||
Death Pedal
|
||||
Defender's Quest
|
||||
Akuto "Mad World"
|
||||
Project Mobius
|
||||
Whispering Willows
|
||||
Vostok Inc.
|
||||
Divine commander
|
||||
Sbirz
|
||||
Grashers
|
||||
Remnants of Naezith
|
||||
Mothergunship
|
||||
Roundabout
|
||||
Hunter of the Disowned
|
||||
Cosmos Quickstop
|
||||
West of Dead
|
||||
Tune Tank
|
||||
Rain on your Parade
|
||||
Infinite Adventures
|
||||
Arena 3D
|
||||
Chroma Vaders
|
||||
Hoverloop
|
||||
Wrestling Revolution 3D
|
||||
Altero
|
||||
Super Comboman
|
||||
Disc Jam
|
||||
Cooking Simulator
|
||||
Jelly is Sticky
|
||||
The Hatching
|
||||
World to the West
|
||||
Mayan Death Robots
|
||||
Sentris
|
||||
Carto
|
||||
Unbox
|
||||
Fort Triumph
|
||||
Insane Robots
|
||||
Super Daryl Deluxe
|
||||
Induction
|
||||
Pawarumi
|
||||
The Flock
|
||||
Binary Trigger
|
||||
Fractal Space
|
||||
Deputy dangle
|
||||
Bubsy: The Woolies Strike Back
|
||||
Tumblestone
|
||||
The chronicles of Kyra
|
||||
Ghost Knight Victis
|
||||
Solbrain Knight of Darkness
|
||||
SSMP
|
||||
Distance
|
||||
Idarb
|
||||
Earthlock
|
||||
Everspace
|
||||
Pylon Rogue
|
||||
The Church in the darkness
|
||||
Sword n' Board
|
BIN
textures/keyboard_pad_glyphs/arrows/Directional_Arrow_Cross.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 6.3 KiB |
BIN
textures/keyboard_pad_glyphs/arrows/Directional_Arrow_Sides.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/0_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/10_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/11_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/12_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/1_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/2_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/3_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/4_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/5_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/6_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/7_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/8_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/9_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/A_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Alt_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Arrow_Down_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Arrow_Left_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Arrow_Right_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Arrow_Up_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Asterisk_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/B_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Backspace_Alt_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Backspace_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Bracket_Left_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Bracket_Right_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/C_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Caps_Lock_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Command_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Ctrl_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/D_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Del_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/E_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/End_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Enter_Alt_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Enter_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Enter_Tall_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Esc_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F10_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F11_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F12_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F1_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F2_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F3_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F4_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F5_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F6_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F7_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F8_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F9_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/F_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/G_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/H_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Home_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/I_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Insert_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/J_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/K_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/L_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/M_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Mark_Left_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Mark_Right_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Minus_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Mouse_Left_Key_Dark.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Mouse_Middle_Key_Dark.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Mouse_Right_Key_Dark.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Mouse_Simple_Key_Dark.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/N_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Num_Lock_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/O_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/P_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Page_Down_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Page_Up_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Plus_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Plus_Tall_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Print_Screen_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Q_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Question_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Quote_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/R_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/S_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Semicolon_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Shift_Alt_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Shift_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Slash_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Space_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/T_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Tab_Key_Dark.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Tilda_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/U_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/V_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/W_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Win_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/X_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Y_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/keyboard/Z_Key_Dark.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_A.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_B.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Diagram.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Diagram_Simple.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Dpad.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Dpad_Down.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Dpad_Left.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Dpad_Right.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Dpad_Up.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_LB.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_LT.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Left_Stick.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Left_Stick_Click.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Menu.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_RB.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_RT.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Right_Stick.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Right_Stick_Click.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Windows.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_X.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
textures/keyboard_pad_glyphs/xbox/XboxOne_Y.png
Normal file
After Width: | Height: | Size: 3.7 KiB |