mirror of
https://github.com/Dariasteam/Cows-Revenge.git
synced 2026-01-23 02:15:17 +00:00
README fix
This commit is contained in:
parent
21a2380947
commit
907349cd0d
3 changed files with 4 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ Code licensed as [GPL v3](LICENSE_CODE), assets as [Creative Commons Attribution
|
|||

|
||||
|
||||
## Additional information
|
||||
All resources created using with the following FLOSS software:
|
||||
All resources have been created using the following FLOSS:
|
||||
|
||||
- [krita](https://krita.org/en/)
|
||||
- [audacity](http://www.audacityteam.org/)
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
[ext_resource path="res://Scenes/Events/apple.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Sprites/Charasets/manzana.png" type="Texture" id=2]
|
||||
|
||||
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
|
||||
custom_solver_bias = 0.0
|
||||
|
|
@ -12,10 +10,9 @@ extents = Vector2( 13, 13 )
|
|||
|
||||
[node name="Apple" type="Area2D"]
|
||||
|
||||
transform/pos = Vector2( -608, -672 )
|
||||
input/pickable = false
|
||||
shapes/0/shape = SubResource( 1 )
|
||||
shapes/0/transform = Matrix32( 2.46154, 0, 0, 2.46154, 1.52588e-05, 0 )
|
||||
shapes/0/transform = Matrix32( 2.49193, 0, 0, 2.79981, -2.22558, 5.41232 )
|
||||
shapes/0/trigger = false
|
||||
gravity_vec = Vector2( 0, 1 )
|
||||
gravity = 0.0
|
||||
|
|
@ -33,8 +30,8 @@ texture = ExtResource( 2 )
|
|||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
||||
transform/pos = Vector2( 1.52588e-05, 0 )
|
||||
transform/scale = Vector2( 2.46154, 2.46154 )
|
||||
transform/pos = Vector2( -2.22558, 5.41232 )
|
||||
transform/scale = Vector2( 2.49193, 2.79981 )
|
||||
shape = SubResource( 1 )
|
||||
trigger = false
|
||||
_update_shape_index = 0
|
||||
|
|
|
|||
|
|
@ -264,7 +264,6 @@ transform/scale = Vector2( 1, 0.999998 )
|
|||
|
||||
[node name="Apple 2" parent="apples" instance=ExtResource( 8 )]
|
||||
|
||||
transform/pos = Vector2( 0, 0 )
|
||||
amount = 20
|
||||
|
||||
[node name="Apple12" parent="apples" instance=ExtResource( 8 )]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue