cookie's a little girl
This commit is contained in:
21
Scripts/Cookie.obj.import
Normal file
21
Scripts/Cookie.obj.import
Normal file
@@ -0,0 +1,21 @@
|
||||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://cj246dmena0if"
|
||||
path="res://.godot/imported/Cookie.obj-9c7fa2a3d48746d9f2fd322d3854502d.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/Cookie.obj-9c7fa2a3d48746d9f2fd322d3854502d.mesh"]
|
||||
|
||||
source_file="res://Scripts/Cookie.obj"
|
||||
dest_files=["res://.godot/imported/Cookie.obj-9c7fa2a3d48746d9f2fd322d3854502d.mesh", "res://.godot/imported/Cookie.obj-9c7fa2a3d48746d9f2fd322d3854502d.mesh"]
|
||||
|
||||
[params]
|
||||
|
||||
generate_tangents=true
|
||||
scale_mesh=Vector3(1, 1, 1)
|
||||
offset_mesh=Vector3(0, 0, 0)
|
||||
optimize_mesh=true
|
||||
@@ -1,7 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
public partial class Fireball : Projectile
|
||||
{
|
||||
public override void _PhysicsProcess(double delta)
|
||||
{
|
||||
Translate(new Godot.Vector3(0, 0, Speed * (float)delta));
|
||||
Translate(new Vector3(0, 0, Speed * (float)delta));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user