engine port finished
This commit is contained in:
parent
fd3498f784
commit
c1e6542c76
72 changed files with 1300 additions and 1130 deletions
|
@ -13,7 +13,7 @@ var movex = 0
|
|||
var movey = 0
|
||||
var attack = 59
|
||||
var crit = 5
|
||||
var velocity
|
||||
var velocity = Vector2(0,0)
|
||||
|
||||
|
||||
func _ready():
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=13 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/common/midori/sprite.png" type="Texture" id=1]
|
||||
[ext_resource path="res://sprites/common/kimberly/sprite.png" type="Texture" id=1]
|
||||
[ext_resource path="res://sprites/common/kimberly/kimberly.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue