Skip to content

Commit

Permalink
Merge pull request #13 from xBambusekD/DroCoV2
Browse files Browse the repository at this point in the history
Dro co v2
  • Loading branch information
xBambusekD authored Aug 18, 2023
2 parents 433d6df + 578bd3e commit e836a80
Show file tree
Hide file tree
Showing 101 changed files with 11,870 additions and 1,751 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[Bb]uilds/
[Ll]ogs/
[Mm]emoryCaptures/
[Rr]ecordings/
/DroCo/[Aa]ssets/[Ss]ubmodules*

# Never ignore Asset meta data
Expand Down
8 changes: 8 additions & 0 deletions DroCo/Assets/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions DroCo/Assets/Editor/LayerAttributeEditor.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;

[CustomPropertyDrawer(typeof(LayerAttribute))]
public class LayerAttributeEditor : PropertyDrawer {

public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) {
property.intValue = EditorGUI.LayerField(position, label, property.intValue);
}
}
11 changes: 11 additions & 0 deletions DroCo/Assets/Editor/LayerAttributeEditor.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions DroCo/Assets/Icons.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions DroCo/Assets/Icons/drone-icon-21 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions DroCo/Assets/Icons/drone-icon-21 1.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions DroCo/Assets/Icons/drone-icon-21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions DroCo/Assets/Icons/drone-icon-21.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions DroCo/Assets/Icons/drone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e836a80

Please sign in to comment.