engine port finished

This commit is contained in:
Page Asgardius 2024-11-07 13:39:59 -07:00
parent fd3498f784
commit c1e6542c76
72 changed files with 1300 additions and 1130 deletions

View file

@ -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():

View file

@ -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]