@ -0,0 +1,3 @@ |
||||
[submodule "js/skama_code"] |
||||
path = js/skama_code |
||||
url = https://github.com/anulax1225/skama_code |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"liveServer.settings.port": 5501 |
||||
} |
Before Width: | Height: | Size: 287 KiB |
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 321 B |
After Width: | Height: | Size: 336 B |
After Width: | Height: | Size: 347 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 800 B |
After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 545 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 7.7 KiB |
@ -1,13 +0,0 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<title>Ship</title> |
||||
</head> |
||||
<body> |
||||
<div class="ships"> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
@ -1,9 +0,0 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="my-modal"> |
||||
<div class="infos"> |
||||
|
||||
</div> |
||||
<div> |
||||
<button class="btn btn-val btn-close">Close</button> |
||||
</div> |
||||
</div> |
@ -0,0 +1,5 @@ |
||||
export class My { |
||||
static agent = null; |
||||
static temp_engine = null; |
||||
static canvas_renderer = null; |
||||
} |