mirror of https://github.com/profan/ld-39-jam.git
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
|
[gd_scene load_steps=2 format=1]
|
||
|
|
||
|
[ext_resource path="res://Asteroid.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Asteroid" type="KinematicBody2D"]
|
||
|
|
||
|
input/pickable = false
|
||
|
collision/layers = 1
|
||
|
collision/mask = 1
|
||
|
collision/margin = 0.08
|
||
|
script/script = ExtResource( 1 )
|
||
|
|
||
|
|