diff options
| author | realtradam <[email protected]> | 2020-03-20 02:30:30 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-20 02:30:30 -0400 |
| commit | 4b85316e457c034c8fab47147b1f0ed4f2bf2c1c (patch) | |
| tree | ac54003e2cf85cce7dc37ca019c5d72f865636e2 /Racing-Game/unitConversion.txt | |
| parent | 727bd8009e3e1392d61f39326cf5a47e69af8cae (diff) | |
| download | optimal-direction-4b85316e457c034c8fab47147b1f0ed4f2bf2c1c.tar.gz optimal-direction-4b85316e457c034c8fab47147b1f0ed4f2bf2c1c.zip | |
Changed art, and further improved physics
Diffstat (limited to 'Racing-Game/unitConversion.txt')
| -rw-r--r-- | Racing-Game/unitConversion.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Racing-Game/unitConversion.txt b/Racing-Game/unitConversion.txt new file mode 100644 index 0000000..8416ec0 --- /dev/null +++ b/Racing-Game/unitConversion.txt @@ -0,0 +1,15 @@ +1 pixel = 1cm +1 impulse = 1/100 n/s +1 mass = 10g + +100 impulse: 1 n/s +100 mass: 1 kg + +cm/s to km/h = * 0.036 + +m/s * kg*100 * 100 = get speed at m/s +e.g +4.638889 * 781 * 100 * 100 +781(mass of elise) + +1617px imagething(deletethis) |
