Skip to content

Commit

Permalink
Add example icon library using some examplemod and SML icon images (d…
Browse files Browse the repository at this point in the history
…epends on #336)
  • Loading branch information
budak7273 committed Jan 24, 2025
1 parent 2dd74a7 commit 87db12e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Mods/ExampleMod/Config/AccessTransformers.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ BlueprintReadWrite=(Class="/Script/FactoryGame.FGResourceNodeFrackingSatellite",
; Used by ExampleMod schematic CDO example
BlueprintReadWrite=(Class="/Script/FactoryGame.FGSchematic", Property="mUnlocks")
BlueprintReadWrite=(Class="/Script/FactoryGame.FGUnlockRecipe", Property="mRecipes")

; Used by ExampleIconLibrary
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="ID")
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="IconType")
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="ItemDescriptor")
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="DisplayNameOverride")
Binary file not shown.

0 comments on commit 87db12e

Please sign in to comment.