Skip to content

Commit

Permalink
Fixed godot 3.3.3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Oct 11, 2021
1 parent d9d4ca5 commit 469076c
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions addons/PACgd/Cole/Cole.tscn
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=9 format=2]
[gd_scene load_steps=8 format=2]

[ext_resource path="res://addons/PACgd/Cole/Cole.gd" type="Script" id=1]
[ext_resource path="res://addons/PACgd/Cole/spritesheet.png" type="Texture" id=2]
Expand Down Expand Up @@ -68,16 +68,7 @@ tracks/0/keys = {
"values": [ 0, 1, 2, 3, 4, 5, 6, 7 ]
}

[sub_resource type="SpatialMaterial" id=5]
flags_transparent = true
flags_vertex_lighting = true
flags_albedo_tex_force_srgb = true
vertex_color_use_as_albedo = true
vertex_color_is_srgb = true
params_cull_mode = 2
params_depth_draw_mode = 3

[sub_resource type="BoxShape" id=6]
[sub_resource type="BoxShape" id=5]
extents = Vector3( 1.08514, 4.33591, 0.0757634 )

[node name="Cole" type="KinematicBody"]
Expand Down Expand Up @@ -109,17 +100,14 @@ anims/walk = SubResource( 4 )

[node name="Sprite" type="Sprite3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.39771, 0.0795898 )
material_override = SubResource( 5 )
use_in_baked_light = true
transparent = false
double_sided = false
alpha_cut = 2
texture = ExtResource( 2 )
vframes = 2
hframes = 8
vframes = 2
frame = 10

[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.41086, 0 )
shape = SubResource( 6 )
shape = SubResource( 5 )
disabled = true

0 comments on commit 469076c

Please sign in to comment.