| Â |
|
|||||||
| Ìóëüòôèëüìû î ìîðå, ïèðàòñòâå è ìîðåïëàâàíèè Òåìàòè÷åñêàÿ àíèìàöèÿ. Ìîðÿ, ïèðàòû, êîðàáëè â ìóëüòèïëèêàöèîííûõ ôèëüìàõ. |
|
||||||||||||
| Ðåçóëüòàòû îïðîñà: Êàê Âû îöåíèòå ìóëüòôèëüì (åñëè ñìîòðåëè)? | |||
| 5 - îòëè÷íî |
|
0 | 0% |
| 4 - õîðîøî |
|
0 | 0% |
| 3 - íîðìàëüíî |
|
1 | 100.00% |
| 2 - ïëîõî |
|
0 | 0% |
| 1 - îòâðàòèòåëüíî |
|
0 | 0% |
| Ãîëîñîâàâøèå: 1. Âû åù¸ íå ãîëîñîâàëè â ýòîì îïðîñå | Îòìåíèòü ñâîé ãîëîñ | |||
![]() |
|
Â
|
Îïöèè òåìû | Îïöèè ïðîñìîòðà |
.ctrl-btn background: #2c3e44; border: none; color: white; font-size: 2rem; font-weight: bold; width: 70px; height: 70px; border-radius: 60px; cursor: pointer; transition: all 0.1s ease; box-shadow: 0 4px 0 #0f1a1f; font-family: monospace; display: flex; align-items: center; justify-content: center; touch-action: manipulation;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Google Maps Driving Game | Street Pilot</title> <style> * margin: 0; padding: 0; box-sizing: border-box; user-select: none; body font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; height: 100vh; width: 100%; overflow: hidden; background: #1a2a32;
.ctrl-btn:active transform: translateY(2px); box-shadow: 0 2px 0 #0f1a1f;
/* small destination marker style */ .dest-label background: #ff4444; color: white; font-weight: bold; padding: 2px 8px; border-radius: 20px; font-size: 12px; white-space: nowrap; </style> <!-- Google Maps API (with Places & Geometry libraries for enhanced road snapping) --> <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places,geometry&callback=initMap" async defer></script> <script> // ============================================================ // GOOGLE MAPS DRIVING GAME (ROAD SNAPPING + STEERING) // ============================================================ // Note: Replace "YOUR_API_KEY" with a valid Google Maps API key // that has Maps JavaScript API, Places API, and Geometry library enabled. // ============================================================
/* Main game container */ .game-container position: relative; width: 100%; height: 100%;
.ctrl-btn background: #2c3e44; border: none; color: white; font-size: 2rem; font-weight: bold; width: 70px; height: 70px; border-radius: 60px; cursor: pointer; transition: all 0.1s ease; box-shadow: 0 4px 0 #0f1a1f; font-family: monospace; display: flex; align-items: center; justify-content: center; touch-action: manipulation;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Google Maps Driving Game | Street Pilot</title> <style> * margin: 0; padding: 0; box-sizing: border-box; user-select: none; body font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; height: 100vh; width: 100%; overflow: hidden; background: #1a2a32;
.ctrl-btn:active transform: translateY(2px); box-shadow: 0 2px 0 #0f1a1f;
/* small destination marker style */ .dest-label background: #ff4444; color: white; font-weight: bold; padding: 2px 8px; border-radius: 20px; font-size: 12px; white-space: nowrap; </style> <!-- Google Maps API (with Places & Geometry libraries for enhanced road snapping) --> <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places,geometry&callback=initMap" async defer></script> <script> // ============================================================ // GOOGLE MAPS DRIVING GAME (ROAD SNAPPING + STEERING) // ============================================================ // Note: Replace "YOUR_API_KEY" with a valid Google Maps API key // that has Maps JavaScript API, Places API, and Geometry library enabled. // ============================================================
/* Main game container */ .game-container position: relative; width: 100%; height: 100%;
|
|
|
|