WIP: Metroidvania
This commit is contained in:
parent
4e3b2e4ac9
commit
f456725cf2
116 changed files with 1998 additions and 0 deletions
11
metroidvania/DebugKinematicBody2D.tscn
Normal file
11
metroidvania/DebugKinematicBody2D.tscn
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://DebugKinematicBody2D.gd" type="Script" id=1]
|
||||
|
||||
[node name="Debug" type="Line2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Motion" type="Line2D" parent="."]
|
||||
points = PoolVector2Array( 0, 0, 0, 0 )
|
||||
width = 1.0
|
||||
default_color = Color( 1, 0.4, 0.4, 1 )
|
Loading…
Add table
Add a link
Reference in a new issue