File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99[ ![ WebGPU] ( https://img.shields.io/badge/WebGPU-First-green )] ( https://www.w3.org/TR/webgpu/ )
1010[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
1111
12- <img src =" voidstrike.gif " alt =" VOIDSTRIKE gameplay " width =" 800 " />
12+ <img src =" docs/ voidstrike.gif" alt =" VOIDSTRIKE gameplay " width =" 800 " />
1313
1414[ Play] ( #quick-start ) · [ Technical Architecture] ( #technical-architecture ) · [ Extractable Libraries] ( #extractable-libraries ) · [ For Players] ( #for-rts-players )
1515
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ interface BeforeInstallPromptEvent extends Event {
77 prompt ( ) : Promise < void > ;
88}
99
10- declare global {
11- interface WindowEventMap {
12- beforeinstallprompt : BeforeInstallPromptEvent ;
13- }
10+ interface WindowEventMap {
11+ beforeinstallprompt : BeforeInstallPromptEvent ;
1412}
15-
16- export { } ;
You can’t perform that action at this time.
0 commit comments