Browse Source
On larger screens, asteroids were being destroyed before they reached the rocket . Still need to find way to destroy asteroids based on position.master
Abheek Dhawan
4 years ago
42 changed files with 2 additions and 62 deletions
@ -1,3 +0,0 @@ |
|||
source_md5="5e5efc77e6370bd9ea7e38a41b171872" |
|||
dest_md5="c382c35dd2b186a4c0e372bec2ee30b4" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="e327dee3a952918d593576c250ffc90b" |
|||
dest_md5="d88915bf00e401a2ac1d9d00b570ec18" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="554886b96a59aa14d66af675d21f50a0" |
|||
dest_md5="92f37edcc3b780a5be0eacf7aab7ee66" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="cc152c7648e5a4ab9b13600c3c843e96" |
|||
dest_md5="9bbf7961fb777f55196210f13c76f3d8" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="0b2f1525774a21da42476a2b23f31560" |
|||
dest_md5="951a2671f649c6c2f1c267e26b97338d" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="c818f8bb29b4b4f9c7fdaa48a303d49c" |
|||
dest_md5="4b3681bb710f1137d430324b5db94b5e" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="fadab09e34bd8eaf279de978a07d2f63" |
|||
dest_md5="e17877c4139554aedffebfc06c0c7976" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="4d79527c619ec6a3ba598e5139a65564" |
|||
dest_md5="7e2dd46f769726b90385b4f8f20a21e1" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="e70d46693d50385e08fd0475824a827a" |
|||
dest_md5="5f5fb72b82242d4996b9e3456f92fe68" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="9309a88ff4a671f9e8eefc272c8980a0" |
|||
dest_md5="b576607fd56b7128ef0f5dadc9a3afd2" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="6a3ea13554c2769fb4c90f70b843e59a" |
|||
dest_md5="e5d774236460867e1e22aeff8f5b74d2" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="330f0ddfc601f3779fc0f3cab0c7bf8d" |
|||
dest_md5="47f0bfd6ba5ba7145d293bcabd71e259" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="8ed3fb981c70c89813c769ddddf2727d" |
|||
dest_md5="3d7a942ec1c6ab6a5a5c06a7a24e00ff" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="9397bda50b3344e6f1ec94e32b578da8" |
|||
dest_md5="ebf961baa1f540a76ddaf2158510b648" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="70c7984cc32a040bfe473fa696e8b14c" |
|||
dest_md5="c6730c7479de0e8bcb29c99af56ee509" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="2455caa5d2ead6b686a3fec6e96ef413" |
|||
dest_md5="541bc05b7e2edec0658f8c79fad564b7" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="fa2d6fbc2e4b1d1e113781b6bc54692b" |
|||
dest_md5="c6730c7479de0e8bcb29c99af56ee509" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="70c7984cc32a040bfe473fa696e8b14c" |
|||
dest_md5="c6730c7479de0e8bcb29c99af56ee509" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="99b194e48c345e2d9e6dfc2761560d7e" |
|||
dest_md5="04c09763d1e2009ae4edd6cd7f2443d3" |
|||
|
Binary file not shown.
@ -1,3 +0,0 @@ |
|||
source_md5="7d0bde7b9f46f410a92e47ac7d6cb264" |
|||
dest_md5="ce2284f7948ed75cef055d9a961a871f" |
|||
|
Binary file not shown.
@ -1,5 +1,5 @@ |
|||
extends RigidBody2D |
|||
|
|||
func _ready(): |
|||
yield(get_tree().create_timer(5.0), "timeout") |
|||
yield(get_tree().create_timer(20.0), "timeout") |
|||
queue_free() |
|||
|
Loading…
Reference in new issue