Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saadjumani authored Jun 5, 2022
1 parent e367814 commit 53ea7cb
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1390892.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __game-scripts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __settings__.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONTEXT_OPTIONS = {
'preferWebGl2': true,
'powerPreference': "default"
};
SCRIPTS = [ 77854887, 78097772, 78382718, 79014545, 79153391, 79459251, 79465795, 79469394, 82175600, 82307731 ];
SCRIPTS = [ 77854887, 78097772, 78382718, 79014545, 79153391, 79459251, 79465795, 79469394, 82175600, 82307731, 85572451, 86079364, 86144986, 86147006, 86182389 ];
CONFIG_FILENAME = "config.json";
INPUT_SETTINGS = {
useKeyboard: true,
Expand Down
2 changes: 1 addition & 1 deletion config.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions files/assets/85572337/1/html-ui.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class='text'>
Move camera to a point on the path
</div>
<input type='range' min='0' max='1000' value='0' id='path-slider' class='slider'>
<div class='button'>Size</div>
75 changes: 75 additions & 0 deletions files/assets/85572402/1/css-ui.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
.container {
position: absolute;
top: 16px;
left: 16px;

background-color: #222;
color: #fff;
font-weight: 100;
padding: 8px;

box-shadow: 0 0 16px rgba(0, 0, 0, .3);
}

.container > .button {
float: left;
background-color: #07f;
padding: 0 8px;
font-size: 14px;
line-height: 28px;
border-radius: 4px;
cursor: pointer;

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

margin-top: 10px;
}

.container > .counterBox {
float: right;
}

.container .counter {
color: #ff0;
font-size: 24px;
}

.container > .text {

}

.container > .slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background: #ecf0f1;
outline: none;
-webkit-transition: .2s;
transition: opacity .2s;
display: block;
margin-top: 8px;
}

.container > .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #07f;
cursor: pointer;
}

.container > .slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #07f;
cursor: pointer;
}
Binary file added files/assets/86173566/1/SliderHorizontal.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 added files/assets/86173567/1/Slider.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 added files/assets/86173568/1/SliderKnot.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 added files/assets/86174697/1/HorizonAlpha.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 added files/assets/86174925/1/HorAlpha.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 added files/assets/86175751/1/HorSLiderAlpha.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 added files/assets/86181995/1/Arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 53ea7cb

Please sign in to comment.