updating project files
This commit is contained in:
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/nest.svg-4361abbd79cc59afa101f89034d762a6.cte
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[gd_scene load_steps=3 format=3]
|
||||
[gd_scene format=3 uid="uid://sql8ln0s26la"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://xb5fialweqfw" path="res://godot_state_charts_examples/ant_hill/nest/nest.svg" id="1_8slek"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_b8f1n"]
|
||||
radius = 37.1214
|
||||
|
||||
[node name="Nest" type="Sprite2D" groups=["nest"]]
|
||||
[node name="Nest" type="Sprite2D" unique_id=1978929971 groups=["nest"]]
|
||||
texture = ExtResource("1_8slek")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
[node name="Area2D" type="Area2D" parent="." unique_id=632483343]
|
||||
metadata/owner = NodePath("..")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=1316671415]
|
||||
position = Vector2(-1, -1)
|
||||
shape = SubResource("CircleShape2D_b8f1n")
|
||||
|
||||
Reference in New Issue
Block a user